1
0
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:
2020-03-09 16:05:17 +02:00
parent 60c7c0f229
commit 8b149d8270
2 changed files with 11 additions and 0 deletions

View 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'