Use effects for keybinding as well
This commit is contained in:
parent
9a12d2a8be
commit
959423f320
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ bindsym $mod+Shift+q mode $power_mode
|
||||||
mode $power_mode {
|
mode $power_mode {
|
||||||
bindsym p exec systemctl poweroff
|
bindsym p exec systemctl poweroff
|
||||||
bindsym r exec systemctl reboot
|
bindsym r exec systemctl reboot
|
||||||
bindsym l exec swaylock -i ~/Pictures/wallpaper-04.png , mode "default"
|
bindsym l exec $lock, mode "default"
|
||||||
bindsym q exec --no-startup-id i3-msg exit, mode "default"
|
bindsym q exec --no-startup-id i3-msg exit, mode "default"
|
||||||
bindsym h exec systemctl hibernate
|
bindsym h exec systemctl hibernate
|
||||||
bindsym s exec pm-suspend
|
bindsym s exec pm-suspend
|
||||||
|
|
Loading…
Add table
Reference in a new issue