Remove waybar reloading hack from kanshi

This commit is contained in:
2022-05-25 20:46:09 +02:00
parent 28236662b0
commit 5f78d73099
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
}