Revert "Fix alacritty showing title bar in i3"

This reverts commit 1ce4ad5949.
This commit is contained in:
Pavle Portic 2022-09-27 10:39:10 +02:00
parent 1ce4ad5949
commit 8229d3b196
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
2 changed files with 3 additions and 4 deletions

View File

@ -62,7 +62,7 @@ window:
# Values for `decorations` (macOS only):
# - transparent: Title bar, transparent background and title bar buttons
# - buttonless: Title bar, transparent background and no title bar buttons
decorations: none
#decorations: full
# Background opacity
#

View File

@ -185,9 +185,8 @@ assign [class="thunderbird"] 
assign [class="(?i)element"] 
for_window [class="Lxappearance"] floating enable
# default_border pixel 2
hide_edge_borders both
for_window [all] default_border pixel 2
new_window pixel 2
hide_edge_borders smart
# Startup
exec_always python ~/.config/i3/i3-autoname-workspaces.py >/dev/null 2>&1 &