Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/.config/systemd/user/restore-gnome.service

12 lines
278 B
SYSTEMD
Raw Normal View History

2026-08-03 14:30:55 +02:00
[Unit]
2026-08-14 20:45:34 +02:00
Description=Restore of the GNOME settings upon login
2026-08-03 14:30:55 +02:00
Before=gnome-session-pre.target
ConditionPathIsDirectory=%h/.config/gnome-settings
[Service]
2026-08-14 14:42:52 +02:00
Environment=FRESH_SESSION=1
2026-08-03 14:30:55 +02:00
Type=oneshot
ExecStart=%h/.local/bin/restore-gnome
[Install]
WantedBy=gnome-session-pre.target