From 62b59f4e8a80ed7daa219fd6b15f3d6609ac6ac4 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 17 Jul 2026 18:11:15 -0700 Subject: [PATCH] Add variables for other mod keys. Use for lock screen. --- files/settings/i3.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ##