Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/.config/systemd/user/restore-gnome.service
2026-08-15 03:17:05 +02:00

12 lines
278 B
Desktop File

[Unit]
Description=Restore of the GNOME settings upon login
Before=gnome-session-pre.target
ConditionPathIsDirectory=%h/.config/gnome-settings
[Service]
Environment=FRESH_SESSION=1
Type=oneshot
ExecStart=%h/.local/bin/restore-gnome
[Install]
WantedBy=gnome-session-pre.target