hyprland: Add jitsi window rules
This commit is contained in:
18
tree/.config/hypr/hypridle.conf
Normal file
18
tree/.config/hypr/hypridle.conf
Normal 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
|
||||
}
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user