systemd integration for Sway is cool, but introduces a lot of unexpected problems, such as race conditions. So switch back to classic config-based systemd for autostarting services until all major problems with systemd integration (sway-systemd) will resolved
9 lines
177 B
Text
9 lines
177 B
Text
#
|
|
# Status Bar:
|
|
#
|
|
# Read `man 5 sway-bar` for more information about this section.
|
|
bar {
|
|
id default
|
|
swaybar_command /usr/share/sway/scripts/waybar.sh
|
|
position top
|
|
}
|