diff options
author | Juan J. Martinez <jjm@usebox.net> | 2025-02-16 16:32:42 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2025-02-16 16:32:42 +0000 |
commit | 18ed463b369ac1a7bf05c564dccb576414c0a11a (patch) | |
tree | cb46b32eb2d14c944bacd2afb6db14e64b1d8fed | |
parent | 78c7fe2fcbd99443ece1c4853833532980fa6b14 (diff) | |
download | dotnvim-master.tar.gz dotnvim-master.zip |
-rw-r--r-- | i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ exec --no-startup-id /usr/bin/picom -b --inactive-dim 0.1 --backend glx # Keyboard layout and config exec_always --no-startup-id ~/.config/i3/set-keyboard +# No screensaver or DPMS +exec_always --no-startup-id xset s off -dpms + # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -c 282828 --nofork |