update hyprland configs after omarchy upgrade

This commit is contained in:
2026-01-23 06:36:25 -05:00
parent 59b4ffb888
commit 38e92a7c9c
3 changed files with 10 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ listener {
} }
listener { listener {
timeout = 300 # 5min timeout = 151 # 5min
on-timeout = loginctl lock-session # lock screen when timeout has passed on-timeout = loginctl lock-session # lock screen when timeout has passed
} }

View File

@@ -29,7 +29,8 @@ input {
} }
# Scroll faster in the terminal # Scroll faster in the terminal
windowrule = scrolltouchpad 1.5, tag:terminal windowrule = match:class (Alacritty|kitty), scroll_touchpad 1.5
windowrule = match:class com.mitchellh.ghostty, scroll_touchpad 0.2
device { device {
name = pixa3854:00-093a:0274-touchpad name = pixa3854:00-093a:0274-touchpad

View File

@@ -1,18 +1,18 @@
# datagrip gets its own named workspace # datagrip gets its own named workspace
windowrule = workspace name:DataGrip, class:jetbrains-datagrip windowrule = workspace name:DataGrip, match:class jetbrains-datagrip
# creddy gets some special treatment # creddy gets some special treatment
# windowrule = workspace special:creddy, class:creddy # windowrule = workspace special:creddy, class:creddy
windowrule = float, class:creddy windowrule = float 1, match:class creddy
windowrule = size 800 600, class:creddy windowrule = size 800 600, match:class creddy
# this just gets ignored when monitor 2 isn't present, which is perfect # this just gets ignored when monitor 2 isn't present, which is perfect
windowrule = monitor 2, class:creddy windowrule = monitor 1, match:class creddy
windowrule = workspace special:slack, class:Slack windowrule = workspace special:slack, match:class Slack
# excluding floating windows allows the unlock and quick-access popups to show in any workspace # excluding floating windows allows the unlock and quick-access popups to show in any workspace
windowrule = workspace special:1password, class:1Password, floating:0 windowrule = workspace special:1password, match:class 1Password, match:float 0
# quick-access popup doesn't resize automatically when its content changes # quick-access popup doesn't resize automatically when its content changes
# windowrule = size 550 404, class:1Password, title:Quick.* # windowrule = size 550 404, class:1Password, title:Quick.*
windowrule = persistentsize, class:1Password, title:Quick.* windowrule = persistent_size 1, match:class 1Password, match:title Quick.*