1
1
Fork 0

Include some GNOME settings

This commit is contained in:
Jonathan Schleifer 2023-04-29 23:06:05 +00:00
parent 3fea53979b
commit 27052f4369
2 changed files with 26 additions and 0 deletions

View file

@ -69,6 +69,16 @@ if have ssh; then
link_file ssh/config .ssh/config ../
fi
if [ "$XDG_SESSION_DESKTOP" = "gnome" ]; then
gsettings set org.gnome.desktop.interface color-scheme prefer-dark
gsettings set org.gnome.desktop.interface cursor-blink false
gsettings set org.gnome.desktop.interface monospace-font-name 'Cascadia Mono 10'
gsettings set org.gnome.desktop.wm.preferences button-layout appmenu:minimize,close
gsettings set org.gnome.mutter attach-modal-dialogs false
dconf load /org/gnome/terminal/ <dconf/gnome-terminal
fi
if test x"$(uname -s)" = x"Darwin"; then
for i in "Keyboard Layouts/"*; do
dest="$HOME/Library/$i"