[monitor] Fix notification

This commit is contained in:
M1dgard 2018-05-11 18:55:24 +02:00
parent 7d983ff529
commit b7eff57d5b
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -36,7 +36,7 @@ single_screen() {
--output "$one" --auto --primary \ --output "$one" --auto --primary \
--output "$off1" --off \ --output "$off1" --off \
--output "$off2" --off --output "$off2" --off
notify-send "Only $screen connected" "Disabled all outputs except for $screen." notify-send -a 'Monitor layout toggler' -i display "Only $one connected" "Disabled all outputs except for $one."
trigger_change_and_exit trigger_change_and_exit
} }