diff --git a/.config/i3/README.org b/.config/i3/README.org index b95d3d5..f807ca9 100644 --- a/.config/i3/README.org +++ b/.config/i3/README.org @@ -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 | diff --git a/.config/i3/config##yadm.j2 b/.config/i3/config##yadm.j2 index 8634dc7..82c16cb 100644 --- a/.config/i3/config##yadm.j2 +++ b/.config/i3/config##yadm.j2 @@ -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