Get rid of window title bars.

This commit is contained in:
Tom Alexander 2024-12-16 18:18:18 -05:00
parent a555876a7e
commit 157471952a
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -21,6 +21,9 @@ set $term alacritty
# set $menu dmenu_path | dmenu | xargs swaymsg exec
set $menu wofi --show drun --gtk-dark
# Do not show a title bar on windows
default_border pixel 2
bindsym $mod+grave exec $term
include ~/.config/sway/config.d/*.conf