fix(hypr): use correct laptop clamshell title for events-monitor
This commit is contained in:
parent
a2a10c382d
commit
6361e6c428
@ -51,7 +51,7 @@ monitor-laptop-lid() {
|
||||
if hyprctl keyword monitor "eDP-1, disable"; then
|
||||
local msg="Laptop screen successfully disabled"
|
||||
log "Laptop Clamshell" "${msg}"
|
||||
notify-send "Laptop Clamshell Error" "${msg}" -a "Laptop Clamshell"
|
||||
notify-send "Laptop Clamshell" "${msg}" -a "Laptop Clamshell"
|
||||
else
|
||||
local msg="Received an error when disabling the laptop screen in clamshell mode!\n"
|
||||
log "Laptop Clamshell" "${msg}"
|
||||
|
Loading…
Reference in New Issue
Block a user