From 86115ff81c5910c592e5c01c4be5c073118cbc32 Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Tue, 2 Jul 2024 09:50:49 +0000 Subject: [PATCH] Set default layout to be tabbed --- config | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config b/config index 74368f9..e52e7e4 100644 --- a/config +++ b/config @@ -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 +