Fix alacritty showing title bar in i3

This commit is contained in:
Pavle Portic 2022-09-26 12:57:27 +02:00
parent 8c9244d39d
commit 1ce4ad5949
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
2 changed files with 4 additions and 3 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: full
decorations: none
# Background opacity
#

View File

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