Remove waybar reloading hack from kanshi

This commit is contained in:
coolneng 2022-05-25 20:46:09 +02:00
parent 28236662b0
commit 5f78d73099
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 1 additions and 4 deletions

View File

@ -7,7 +7,6 @@ profile multihead-DP {
exec swaymsg workspace "4: ", move workspace to DP-1
exec light -S 100
exec light -s sysfs/leds/tpacpi::kbd_backlight -S 0
exec pkill waybar; waybar
}
profile multihead-HDMI {
@ -19,11 +18,9 @@ profile multihead-HDMI {
exec swaymsg workspace "4: ", move workspace to HDMI-A-2
exec light -S 100
exec light -s sysfs/leds/tpacpi::kbd_backlight -S 0
exec pkill waybar; waybar
}
profile nomad {
output eDP-1 enable mode 1920x1080
exec light -S 70
exec pkill waybar; waybar
}

View File

@ -228,7 +228,7 @@ bindsym $mod+r mode "resize"
#
# Read `man 5 sway-bar` for more information about this section.
bar {
#swaybar_command waybar
swaybar_command waybar
}
#