AutoYADM commit: 2025-02-25 19:25:12
This commit is contained in:
parent
056591f0bb
commit
a5e863e0b0
9 changed files with 610 additions and 1 deletions
10
.config/systemd/user/i3lock.service
Normal file
10
.config/systemd/user/i3lock.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Lock screen before sleep
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStar=/usr/bin/i3lock
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=sleep.target
|
8
.config/systemd/user/nm-applet.service
Normal file
8
.config/systemd/user/nm-applet.service
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
PartOf=graphical-session.target
|
||||
After=graphical-session.target
|
||||
Requisite=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/nm-applet
|
||||
Restart=on-failure
|
8
.config/systemd/user/swaybg.service
Normal file
8
.config/systemd/user/swaybg.service
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
PartOf=graphical-session.target
|
||||
After=graphical-session.target
|
||||
Requisite=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/swaybg -m fill -i "%h/Pictures/wallpapers/sidonia-blurred.png"
|
||||
Restart=on-failure
|
8
.config/systemd/user/swayidle.service
Normal file
8
.config/systemd/user/swayidle.service
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
PartOf=graphical-session.target
|
||||
After=graphical-session.target
|
||||
Requisite=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/swayidle -w before-sleep 'swaylock -c 121212 -e -f -F'
|
||||
Restart=on-failure
|
17
.config/systemd/user/tmux.service
Normal file
17
.config/systemd/user/tmux.service
Normal file
|
@ -0,0 +1,17 @@
|
|||
[Unit]
|
||||
Description=tmux default session (detached)
|
||||
Documentation=man:tmux(1)
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
Environment=DISPLAY=:0
|
||||
ExecStart=/usr/bin/tmux new-session -d
|
||||
|
||||
ExecStop=/home/fic/.config/tmux/plugins/tmux-resurrect/scripts/save.sh
|
||||
ExecStop=/usr/bin/tmux kill-server
|
||||
KillMode=control-group
|
||||
|
||||
RestartSec=2
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
8
.config/systemd/user/udiskie.service
Normal file
8
.config/systemd/user/udiskie.service
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
PartOf=graphical-session.target
|
||||
After=graphical-session.target
|
||||
Requisite=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/udiskie
|
||||
Restart=on-failure
|
Loading…
Add table
Add a link
Reference in a new issue