dotfiles/kanshi/.config/kanshi/config

18 lines
504 B
Plaintext

profile multihead {
output eDP-1 enable
output DP-1 enable
exec swaymsg workspace "1: ", move workspace to eDP-1
exec swaymsg workspace "3: ", move workspace to eDP-1
exec swaymsg workspace "2: ", move workspace to DP-1
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 nomad {
output eDP-1 enable mode 1920x1080
exec light -S 70
exec pkill waybar; waybar
}