diff --git a/.bin/alternate_tab_gnome_332.sh b/.bin/alternate_tab_gnome_332.sh new file mode 100755 index 0000000..d749b15 --- /dev/null +++ b/.bin/alternate_tab_gnome_332.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# https://gist.github.com/artizirk/c895b6c1c7d75dc227f90bd9950aea6e +# Those options are also available in the settings app but aint nobody got time for that +dconf write /org/gnome/desktop/wm/keybindings/switch-applications "['Tab']" +dconf write /org/gnome/desktop/wm/keybindings/switch-applications-backward "['Tab']" +dconf write /org/gnome/desktop/wm/keybindings/switch-windows "['Tab']" +dconf write /org/gnome/desktop/wm/keybindings/switch-windows-backward "['Tab']" diff --git a/.bin/disable_headerbar_gnome_terminal.sh b/.bin/disable_headerbar_gnome_terminal.sh new file mode 100755 index 0000000..a86757f --- /dev/null +++ b/.bin/disable_headerbar_gnome_terminal.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# disables headerbar on gnome-terminal 3.32 and newer +# you need to close all open terminal windows before this takes effect +dconf write /org/gnome/terminal/legacy/headerbar '@mb false'