Include some GNOME settings
This commit is contained in:
parent
3fea53979b
commit
27052f4369
2 changed files with 26 additions and 0 deletions
10
setup.sh
10
setup.sh
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue