fixed missing ~exec~ in config file for i3lock shortcut

This commit is contained in:
Lucien Cartier-Tilet 2019-12-07 12:29:02 +01:00
parent ed9c438e61
commit f1b2ca342b
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 2 additions and 2 deletions

View File

@ -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 |

View File

@ -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