mirror of
https://github.com/artizirk/dotfiles.git
synced 2025-12-19 00:05:17 +02:00
Add gnome config scripts
This commit is contained in:
4
.bin/disable_headerbar_gnome_terminal.sh
Executable file
4
.bin/disable_headerbar_gnome_terminal.sh
Executable file
@@ -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'
|
||||
Reference in New Issue
Block a user