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

12 lines
300 B
Desktop File

[Unit]
Description=Restore the GNOME settings from ~/.config/gnome-settings/*.ini
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