Set default layout to be tabbed
This commit is contained in:
parent
f528970c8a
commit
86115ff81c
8
config
8
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 --
|
$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
|
# Keybinds
|
||||||
bindsym {
|
bindsym {
|
||||||
#
|
#
|
||||||
|
@ -150,5 +148,9 @@ client.focused #CC838C #101010 #CC838C #CC838C #CC838C
|
||||||
client.focused_inactive #404040 #000000 #404040 #404040 #404040
|
client.focused_inactive #404040 #000000 #404040 #404040 #404040
|
||||||
client.unfocused #404040 #000000 #404040 #404040 #404040
|
client.unfocused #404040 #000000 #404040 #404040 #404040
|
||||||
|
|
||||||
# Border
|
# Defaults
|
||||||
default_border pixel 2
|
default_border pixel 2
|
||||||
|
workspace_layout tabbed
|
||||||
|
|
||||||
|
floating_modifier $mod normal
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue