From 2cf3aef018f1a9ed47d66ffa128efecb88158d91 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Fri, 3 May 2024 15:58:37 -0600 Subject: home/i3: add xautolock shortcut --- home/i3-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/i3-config.nix b/home/i3-config.nix index 66dbfc7..88a3d14 100644 --- a/home/i3-config.nix +++ b/home/i3-config.nix @@ -161,6 +161,7 @@ bindsym $mod+Shift+U exec ${xorg.setxkbmap}/bin/setxkbmap us bindsym $mod+Shift+E exec ${xorg.setxkbmap}/bin/setxkbmap latam bindsym $mod+I exec ${xcalib}/bin/xcalib -invert -alter + bindsym $mod+O exec ${xautolock}/bin/xautolock -locknow focus_follows_mouse no @@ -176,5 +177,4 @@ for_window [class="floating"] floating enabled exec --no-startup-id ${xautolock}/bin/xautolock -time 10 -locker '${i3lock-color}/bin/i3lock-color -fe -c222222' - #exec --no-startup-id /usr/local/bin/platform-graphical-login.sh '' -- cgit v1.2.3