diff --git a/install_fedora.sh b/install_fedora.sh index c0bdf1c7..3a51b5ad 100755 --- a/install_fedora.sh +++ b/install_fedora.sh @@ -31,5 +31,8 @@ $DIR/gnome-terminal-colors-solarized/install.sh #TODO: choose the profile dynamically dconf write /org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/font "'Inconsolata for Powerline Medium 18'" dconf write /org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/login-shell true +dconf write /org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/audible-bell false + +echo echo "now go ahead and restart Gnome session"