Remove waybar reloading hack from kanshi
This commit is contained in:
parent
28236662b0
commit
5f78d73099
|
@ -7,7 +7,6 @@ profile multihead-DP {
|
||||||
exec swaymsg workspace "4: ", move workspace to DP-1
|
exec swaymsg workspace "4: ", move workspace to DP-1
|
||||||
exec light -S 100
|
exec light -S 100
|
||||||
exec light -s sysfs/leds/tpacpi::kbd_backlight -S 0
|
exec light -s sysfs/leds/tpacpi::kbd_backlight -S 0
|
||||||
exec pkill waybar; waybar
|
|
||||||
}
|
}
|
||||||
|
|
||||||
profile multihead-HDMI {
|
profile multihead-HDMI {
|
||||||
|
@ -19,11 +18,9 @@ profile multihead-HDMI {
|
||||||
exec swaymsg workspace "4: ", move workspace to HDMI-A-2
|
exec swaymsg workspace "4: ", move workspace to HDMI-A-2
|
||||||
exec light -S 100
|
exec light -S 100
|
||||||
exec light -s sysfs/leds/tpacpi::kbd_backlight -S 0
|
exec light -s sysfs/leds/tpacpi::kbd_backlight -S 0
|
||||||
exec pkill waybar; waybar
|
|
||||||
}
|
}
|
||||||
|
|
||||||
profile nomad {
|
profile nomad {
|
||||||
output eDP-1 enable mode 1920x1080
|
output eDP-1 enable mode 1920x1080
|
||||||
exec light -S 70
|
exec light -S 70
|
||||||
exec pkill waybar; waybar
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -228,7 +228,7 @@ bindsym $mod+r mode "resize"
|
||||||
#
|
#
|
||||||
# Read `man 5 sway-bar` for more information about this section.
|
# Read `man 5 sway-bar` for more information about this section.
|
||||||
bar {
|
bar {
|
||||||
#swaybar_command waybar
|
swaybar_command waybar
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue