Add rofi pass keybinding to i3

This commit is contained in:
Pavle Portic 2019-06-11 09:05:22 +02:00
parent addcc7d331
commit 218d89d0a1
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 4 additions and 1 deletions

View File

@ -52,10 +52,13 @@ bindsym $mod+Return exec roxterm
# kill focused window
bindsym $mod+Shift+q kill
# start rofi (a program launcher)
# start rofi
bindsym $mod+space exec "rofi -show drun"
bindsym $mod+BackSpace exec "rofi -show drun"
# rofi password manager
bindsym $mod+k exec "rofi-pass"
# change focus
bindsym $mod+$left focus left
bindsym $mod+$down focus down