16 lines
286 B
Plaintext
16 lines
286 B
Plaintext
profile laptop {
|
|
output eDP-1 enable
|
|
exec ~/.config/kanshi/apply-wallpaper.sh
|
|
}
|
|
|
|
profile laptop_and_hdmi {
|
|
output eDP-1 enable
|
|
output HDMI-A-1 enable
|
|
exec ~/.config/kanshi/apply-wallpaper.sh
|
|
}
|
|
|
|
profile {
|
|
output "*"
|
|
exec ~/.config/kanshi/apply-wallpaper.sh
|
|
}
|