mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Compare commits
4 Commits
systemd-se
...
f379b758c9
Author | SHA1 | Date | |
---|---|---|---|
f379b758c9
|
|||
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/networkmanager-applet.service
|
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/xautolock.service
|
12
.config/systemd/user/networkmanager-applet.service
Normal file
12
.config/systemd/user/networkmanager-applet.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=NetworkManager Applet
|
||||
After=graphical-session.target NetworkManager.service
|
||||
Requires=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/nm-applet
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=desktop.target
|
@ -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