diff --git a/files/settings/i3.config b/files/settings/i3.config index 4a03788..ff691cc 100644 --- a/files/settings/i3.config +++ b/files/settings/i3.config @@ -10,6 +10,8 @@ # Please see https://i3wm.org/docs/userguide.html for a complete reference! set $mod Mod4 +set $alt Mod1 +set $ctrl Control # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. @@ -130,7 +132,7 @@ bindsym $mod+m exec thunar bindsym $mod+i exec firefox-flatpak # Lock -bindsym control+mod1+l exec --no-startup-id i3lock -c 000000 -e -f && sleep 1 && xset dpms force off +bindsym $ctrl+$alt+l exec --no-startup-id i3lock -c 000000 -e -f && sleep 1 && xset dpms force off ## Brightness ##