hyprland: Add jitsi window rules

This commit is contained in:
2024-02-28 14:07:17 +01:00
parent d950725e34
commit 5176480fe3
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,18 @@
general {
lock_cmd = screenlock
unlock_cmd = pkill -USR1 swaylock
#before_sleep_cmd = notify-send "Zzz" # command ran before sleep
#after_sleep_cmd = notify-send "Awake!" # command ran after sleep
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam)
}
listener {
timeout = 585 # seconds
on-timeout = notify-set idle-lock -t 14000 "Idle" "Locking in 15s..."
on-resume = notify-set idle-lock -t 1000 "Idle" "Never mind."
}
listener {
timeout = 600 # seconds
on-timeout = loginctl lock-session
}

View File

@ -132,6 +132,8 @@ windowrule=size 300 100,title:Volume
windowrule=move 100%-375 75,title:Volume
windowrule=rounding 35,title:Volume
windowrule=nofocus,title:Volume
windowrule=float,title:Jitsi Meet
windowrule=move 100%-375 75,title:Jitsi Meet
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = ALT