kanshi: Update profiles and notify on change

This commit is contained in:
Marty Oehme 2023-01-07 15:11:51 +01:00
parent 56c9f66d72
commit e224f7f20a
Signed by: Marty
GPG key ID: 73BA40D5AFAF49C9

View file

@ -1,9 +1,18 @@
profile docked {
output eDP-1 disable
output "LG Electronics W2442 0x000075FD" position 1920,0
output "LG Electronics W2442 0x000075E1" position 0,0
exec notify-send "💻 Display changed" "Applying docked profile"
}
profile docked {
output eDP-1 disable
output "Goldstar Company Ltd W2442 0x000075FD" position 1920,0
output "Goldstar Company Ltd W2442 0x000075E1" position 0,0
exec notify-send "💻 Display changed" "Applying docked profile"
}
profile single {
profile portable {
output eDP-1 enable position 0,0
exec notify-send "💻 Display changed" "Applying portable profile"
}