1 parent 612a774 commit 02539aaCopy full SHA for 02539aa
1 file changed
pkg/server/idle.go
@@ -502,11 +502,7 @@ func (im *IdleManager) refreshMonitor(mon *idleMonitor) error {
502
var notif *ext_idle_notify_v1.ExtIdleNotificationV1
503
var err error
504
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 {
+ if respectInhibitors {
510
notif, err = im.notifier.GetIdleNotification(timeoutMs, im.seat)
511
} else {
512
notif, err = im.notifier.GetInputIdleNotification(timeoutMs, im.seat)
0 commit comments