summaryrefslogtreecommitdiff
path: root/home/i3-config.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-05-03 15:58:37 -0600
committerAlejandro Soto <alejandro@34project.org>2024-05-03 15:58:37 -0600
commit2cf3aef018f1a9ed47d66ffa128efecb88158d91 (patch)
treeebd87cc1a73f7cd13889701c4ee6bc3c8ab6c6ce /home/i3-config.nix
parentc98feaa6e1f5d1378e6d7939198008db62b0ec9a (diff)
home/i3: add xautolock shortcut
Diffstat (limited to '')
-rw-r--r--home/i3-config.nix2
1 files changed, 1 insertions, 1 deletions
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
''