mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Compare commits
3 Commits
systemd-se
...
93a2899c7b
Author | SHA1 | Date | |
---|---|---|---|
93a2899c7b
|
|||
df03d9062e
|
|||
ddf5a1d387
|
@ -126,6 +126,7 @@ gaps inner 20
|
||||
gaps outer 4
|
||||
|
||||
focus_follows_mouse yes
|
||||
popup_during_fullscreen smart
|
||||
|
||||
# keybindings
|
||||
bindsym $mod+Shift+j reload
|
||||
|
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/xautolock.service
|
@ -1,8 +1,10 @@
|
||||
[Unit]
|
||||
Description=XBindKeys
|
||||
Description=Lock desktop session after inactivity
|
||||
Requires=xorg.target
|
||||
After=xorg.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/xautolock -time 1 -locker 'dm-tool switch-to-greeter' -detectsleep -resetsaver -secure
|
||||
ExecStart=/usr/bin/xautolock -time 5 -locker 'dm-tool switch-to-greeter' -detectsleep -resetsaver -secure
|
||||
KillMode=process
|
||||
Restart=on-failure
|
||||
|
||||
|
Reference in New Issue
Block a user