Set default layout to be tabbed

This commit is contained in:
Alex D. 2024-07-02 09:50:49 +00:00
parent f528970c8a
commit 86115ff81c
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 5 additions and 3 deletions

8
config
View File

@ -12,8 +12,6 @@ set {
$menu bemenu-run -p spawn --list 30 -W 0.7 --no-exec --scrollbar autohide -c --tb '#CC838C' --tf '#000000' --nb '#000000' --nf '#CC838C' --hb '#CC838C' --hf '#000000' --ab '#101010' --af '#CC838C' --scb '#000000' --scf '#CC838C' | xargs swaymsg exec --
}
floating_modifier $mod normal
# Keybinds
bindsym {
#
@ -150,5 +148,9 @@ client.focused #CC838C #101010 #CC838C #CC838C #CC838C
client.focused_inactive #404040 #000000 #404040 #404040 #404040
client.unfocused #404040 #000000 #404040 #404040 #404040
# Border
# Defaults
default_border pixel 2
workspace_layout tabbed
floating_modifier $mod normal