Add configuration for GNOME
This commit is contained in:
parent
97420532e0
commit
c5f9769acf
24 changed files with 4188 additions and 0 deletions
11
.config/systemd/user/restore-gnome.service
Normal file
11
.config/systemd/user/restore-gnome.service
Normal 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
|
||||
Loading…
Reference in a new issue