fixed missing ~exec~ in config file for i3lock shortcut
This commit is contained in:
parent
ed9c438e61
commit
f1b2ca342b
@ -437,7 +437,7 @@
|
||||
#+NAME: computer-sh
|
||||
| shortcut | command | what it does |
|
||||
|---------------+----------------------------+------------------------|
|
||||
| $mod+l | i3lock -fol | Lock the screen |
|
||||
| $mod+l | exec i3lock -fol | Lock the screen |
|
||||
| $mod+$alt+h | exec "systemctl suspend" | Suspend the computer |
|
||||
| $mod+Ctrl+h | exec "systemctl hibernate" | Hibernate the computer |
|
||||
| $mod+Shift+F4 | exec poweroff | Power off the computer |
|
||||
|
@ -72,7 +72,7 @@ bindsym $mod+Shift+c exec yadm alt && i3-msg reload
|
||||
bindsym $mod+Shift+r exec yadm alt && i3-msg restart
|
||||
bindsym $mod+Shift+e exec $exiti3
|
||||
bindsym $mod+Ctrl+w exec $walset
|
||||
bindsym $mod+l i3lock -fol
|
||||
bindsym $mod+l exec i3lock -fol
|
||||
bindsym $mod+$alt+h exec "systemctl suspend"
|
||||
bindsym $mod+Ctrl+h exec "systemctl hibernate"
|
||||
bindsym $mod+Shift+F4 exec poweroff
|
||||
|
Loading…
Reference in New Issue
Block a user