Browse Source

Add gnome config scripts

master
Arti Zirk 5 years ago
parent
commit
8b149d8270
  1. 7
      .bin/alternate_tab_gnome_332.sh
  2. 4
      .bin/disable_headerbar_gnome_terminal.sh

7
.bin/alternate_tab_gnome_332.sh

@ -0,0 +1,7 @@ @@ -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 "['<Super>Tab']"
dconf write /org/gnome/desktop/wm/keybindings/switch-applications-backward "['<Shift><Super>Tab']"
dconf write /org/gnome/desktop/wm/keybindings/switch-windows "['<Alt>Tab']"
dconf write /org/gnome/desktop/wm/keybindings/switch-windows-backward "['<Shift><Alt>Tab']"

4
.bin/disable_headerbar_gnome_terminal.sh

@ -0,0 +1,4 @@ @@ -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'
Loading…
Cancel
Save