Fix gnome-terminal
border in GNOME 3.32+
The `gnome-terminal` moved to the same fancy window decorations that the Files app has. I still prefer my terminal be be 100% without border, so have to run this to force the terminal into legacy mode. Not sure how long this one will stick, but it's still working in GNOME 3.34 Closes #23
This commit is contained in:
parent
007a772466
commit
cfc516a82c
1 changed files with 4 additions and 0 deletions
4
install
4
install
|
@ -91,5 +91,9 @@ curl -o "$HOME/.vim/colors/" https://raw.githubusercontent.com/altercation/vim-c
|
|||
cd "$HOME" || exit
|
||||
rm -f "${HOME}/.zcompdump*"
|
||||
|
||||
# Required to kill the terminal's border in GNOME 3.32+
|
||||
gsettings set org.gnome.Terminal.Legacy.Settings headerbar "@mb false"
|
||||
echo "If this is your first time, you should restart GNOME"
|
||||
|
||||
echo
|
||||
echo "ENJOY! :)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue