[monitor] Fix notification
This commit is contained in:
parent
7d983ff529
commit
b7eff57d5b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue