[i3][rofi] Update rofi to be more useful
Enter should call up hosts, not a blank terminal. And rofi can use pass for input!
This commit is contained in:
@ -64,7 +64,8 @@ bar {
|
||||
#bindsym $mod+shift+m exec --no-startup-id surf https://15five-dev.atlassian.net/secure/Dashboard.jspa
|
||||
|
||||
# SCRATCHPAD
|
||||
bindsym $mod+Return exec $term
|
||||
bindsym $mod+Return exec rofi -show ssh
|
||||
bindsym $mod+Shift+Return exec $term
|
||||
bindsym $mod+BackSpace exec $term --working-directory ~/src/ff/fifteen5/
|
||||
#bindsym $mod+Shift+BackSpace floating enable, move position 48 px 48 px, move scratchpad
|
||||
#bindsym $mod+Ctrl+BackSpace exec $term -e tmux new-session -A -s scratch
|
||||
@ -266,6 +267,12 @@ bindsym XF86Search exec ~/.config/i3/bright.sh 1 # decrease screen brightness
|
||||
|
||||
# ROFI
|
||||
bindsym $mod+space exec rofi -show combi -display-window "W"
|
||||
bindsym $mod+P exec --no-startup-id ~/.config/rofi/rofi-pass.sh
|
||||
bindsym $mod+Shift+p exec --no-startup-id ~/.config/rofi/rofi-otp.sh
|
||||
bindsym $mod+o exec --no-startup-id ~/.config/rofi/www.sh
|
||||
bindsym $mod+Shift+o exec ~/.config/rofi/web-search.sh
|
||||
bindsym $mod+Shift+b exec ~/.config/rofi/books-search.sh
|
||||
bindsym $mod+Shift+s exec ~/.config/rofi/slack.sh
|
||||
|
||||
# Lock with
|
||||
bindsym $mod+Shift+F12 exec --no-startup-id i3lock -i ~/var/media/backgrounds/astrobin/`ls -Ar ~/var/media/backgrounds/astrobin/ | tail -n 1` -t
|
||||
@ -276,10 +283,6 @@ exec hsetroot -cover ~/var/media/backgrounds/bing/`ls -A ~/var/media/backgrounds
|
||||
##### APP BINDS ###################################
|
||||
|
||||
bindsym $mod+n exec $browser
|
||||
bindsym $mod+o exec --no-startup-id ~/.config/rofi/www.sh
|
||||
bindsym $mod+Shift+o exec ~/.config/rofi/web-search.sh
|
||||
bindsym $mod+Shift+b exec ~/.config/rofi/books-search.sh
|
||||
bindsym $mod+Shift+s exec ~/.config/rofi/slack.sh
|
||||
bindsym $mod+Shift+c exec org-capture
|
||||
|
||||
bindsym $mod+Shift+y exec xfreerdp /u:powellc /p:mainroot /v:telesto.local /w:1200 /h:700
|
||||
|
||||
Reference in New Issue
Block a user