Watch
1
0
Fork
You've already forked dotfiles
0

Add configuration for GNOME

This commit is contained in:
Alexander Hess 2026-08-03 14:30:55 +02:00
commit c5f9769acf
Signed by: alexander
GPG key ID: B46EDB4DFC26805D
24 changed files with 4188 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[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