diff options
author | zachir <zachir@librem.one> | 2025-07-18 10:18:48 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-18 10:18:48 -0500 |
commit | 08c2629ae10e41a8432b87e4deb42b47eea97bde (patch) | |
tree | 4757da56a0e1e0cfbd528924bd0074d85807350d /hypr/hyprland.conf | |
parent | e588d9b45617c58d1be07f96da97049948106df4 (diff) | |
parent | a42beee500a77b5f1144396585a40d862309ed5a (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c0b29ff..02b314a 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -108,7 +108,7 @@ misc { disable_hyprland_logo = true disable_splash_rendering = true enable_swallow = true - swallow_regex = ^(kitty)$ + swallow_regex = ^(st-256color)$ swallow_exception_regex = ^(wev|.*ueberzug|n?vi?m? .*)$ vfr = true vrr = 3 @@ -196,9 +196,9 @@ plugin { #{{{ Windowrules # Example windowrule v1 -# windowrule = float, ^(kitty)$ +# windowrule = float, ^(st)$ # Example windowrule v2 -# windowrule = float, class:^(kitty)$, title:^(kitty)$ +# windowrule = float, class:^(st)$, title:^(st)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more windowrulev2 = float, class:^(lxqt-policykit-agent)$ windowrulev2 = tile, class:^(REAPER)$, title:^(REAPER v[0-9.]* - Registered to [A-Za-z ]* \(Licensed for personal/small business use\))$ @@ -370,8 +370,8 @@ bind = $mainMod $secdMod, P, exec, passmenu #}}} #{{{ Misc bindings -bind = $mainMod, Return, exec, kitty -bind = $mainMod $secdMod, F, exec, kitty -e lf +bind = $mainMod, Return, exec, st +bind = $mainMod $secdMod, F, exec, st lfrun bind = $mainMod, W, exec, pkill -USR1 waybar bind = $mainMod, Q, exec, loginctl lock-session bind = $mainMod $secdMod CONTROL, Q, exec, systemctl suspend |