From 971aeb67a3bc24119a0fd558f79127afa9507566 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Sat, 29 Mar 2014 22:39:41 +0100 Subject: [PATCH] turn the terminal bell off by default --- install_fedora.sh | 3 +++ 1 file changed, 3 insertions(+) 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"