More rofi and suspend/lock
This commit is contained in:
parent
7236131bee
commit
3b72aabbff
11
config
11
config
@ -33,6 +33,9 @@ bindsym $mod+Shift+q kill
|
|||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+Shift+w exec --no-startup-id rofi -show window
|
bindsym $mod+Shift+w exec --no-startup-id rofi -show window
|
||||||
bindsym $mod+d exec --no-startup-id rofi -show run
|
bindsym $mod+d exec --no-startup-id rofi -show run
|
||||||
|
bindsym $mod+Shift+d exec --no-startup-id rofi -show drun
|
||||||
|
bindsym $mod+Shift+l exec --no-startup-id systemctl suspend
|
||||||
|
bindsym $mod+l exec --no-startup-id i3lock -c 000000
|
||||||
# bindsym $mod+Shift+d exec dmenu_run
|
# bindsym $mod+Shift+d exec dmenu_run
|
||||||
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
||||||
# bindsym $mod+d exec --no-startup-id xfce4-popup-whiskermenu
|
# bindsym $mod+d exec --no-startup-id xfce4-popup-whiskermenu
|
||||||
@ -54,10 +57,10 @@ bindsym $mod+Up focus up
|
|||||||
bindsym $mod+Right focus right
|
bindsym $mod+Right focus right
|
||||||
|
|
||||||
# move focused window
|
# move focused window
|
||||||
bindsym $mod+Shift+j move left
|
# bindsym $mod+Shift+j move left
|
||||||
bindsym $mod+Shift+k move down
|
# bindsym $mod+Shift+k move down
|
||||||
bindsym $mod+Shift+l move up
|
# bindsym $mod+Shift+l move up
|
||||||
bindsym $mod+Shift+odiaeresis move right
|
# bindsym $mod+Shift+odiaeresis move right
|
||||||
|
|
||||||
# alternatively, you can use the cursor keys:
|
# alternatively, you can use the cursor keys:
|
||||||
bindsym $mod+Shift+Left move left
|
bindsym $mod+Shift+Left move left
|
||||||
|
Loading…
Reference in New Issue
Block a user