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

11 lines
272 B
SYSTEMD
Raw Normal View History

2026-08-03 14:30:55 +02:00
[Unit]
Description=Restore the GNOME settings from ~/.config/gnome-settings/*.ini
Before=gnome-session-pre.target
ConditionPathIsDirectory=%h/.config/gnome-settings
[Service]
Type=oneshot
ExecStart=%h/.local/bin/restore-gnome
[Install]
WantedBy=gnome-session-pre.target