Skip to content

Commit 02539aa

Browse files
committed
inhibitor
1 parent 612a774 commit 02539aa

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pkg/server/idle.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -502,11 +502,7 @@ func (im *IdleManager) refreshMonitor(mon *idleMonitor) error {
502502
var notif *ext_idle_notify_v1.ExtIdleNotificationV1
503503
var err error
504504

505-
hyprlandNoInhibitorSupport := os.Getenv("HYPRLAND_INSTANCE_SIGNATURE") != "" && respectInhibitors
506-
507-
if hyprlandNoInhibitorSupport {
508-
notif, err = im.notifier.GetInputIdleNotification(timeoutMs, im.seat)
509-
} else if respectInhibitors {
505+
if respectInhibitors {
510506
notif, err = im.notifier.GetIdleNotification(timeoutMs, im.seat)
511507
} else {
512508
notif, err = im.notifier.GetInputIdleNotification(timeoutMs, im.seat)

0 commit comments

Comments
 (0)