From 6d0b0f52f58e02536490cc190e3d7c3c8391e9f9 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 26 Jul 2026 17:06:57 -0700 Subject: [PATCH] Add two additional ways to do it since ctrl+alt+l is not working on NovaCustom. The new 2 do. --- files/settings/i3.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/settings/i3.config b/files/settings/i3.config index 11ba866..41008f6 100644 --- a/files/settings/i3.config +++ b/files/settings/i3.config @@ -267,6 +267,8 @@ bindsym $mod+Shift+q exit # lock bindsym $ctrl+$alt+l exec "i3lock -c 000000 -e -f && sleep 1 && xset dpms force off" +bindsym $ctrl+$mod+l exec "i3lock -c 000000 -e -f && sleep 1 && xset dpms force off" +bindsym $shift+$mod+l exec "i3lock -c 000000 -e -f && sleep 1 && xset dpms force off" # shutdown entire system. #bindsym $ctrl+$shift+q exec dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop