21 lines
410 B
Plaintext
21 lines
410 B
Plaintext
# vim: ft=swayconfig
|
|
# Sway bar
|
|
|
|
# bar {
|
|
# mode dock
|
|
# position bottom
|
|
# status_command waybar
|
|
# wrap_scroll no
|
|
# bindsym button4 nop
|
|
# bindsym button5 nop
|
|
# hidden_state hide
|
|
# output *
|
|
# tray_output $primary
|
|
# strip_workspace_name no
|
|
# strip_workspace_numbers no
|
|
# modifier $mod
|
|
# }
|
|
|
|
exec waybar -b bar-0
|
|
exec ~/.config/waybar/scripts/layout_change_handler.sh
|