diff options
author | zachir <zachir@librem.one> | 2025-07-21 17:54:14 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-21 17:54:14 -0500 |
commit | 42ddea1042bd21db097a64fc7feee9b38e94d3f4 (patch) | |
tree | af1f6403a19daac5abf8ad5f753286a73df7422f /hypr/hyprland.conf | |
parent | 18e7dc52c0e44228aac12b12135e3d6269fb8dd4 (diff) | |
parent | b12fe55655b081ba56d85ab605fd142dcba69102 (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 2ce53ed..cb05ddb 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 = ^(st-256color)$ + swallow_regex = ^(kitty)$ swallow_exception_regex = ^(wev|.*ueberzug|n?vi?m? .*)$ vfr = true vrr = 3 @@ -206,9 +206,9 @@ plugin { #{{{ Windowrules # Example windowrule v1 -# windowrule = float, ^(st)$ +# windowrule = float, ^(kitty)$ # Example windowrule v2 -# windowrule = float, class:^(st)$, title:^(st)$ +# windowrule = float, class:^(kitty)$, title:^(kitty)$ # 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\))$ @@ -395,8 +395,8 @@ bind = $mainMod $secdMod, P, exec, passmenu #}}} #{{{ Misc bindings -bind = $mainMod, Return, exec, st -bind = $mainMod $secdMod, F, exec, st lf +bind = $mainMod, Return, exec, kitty +bind = $mainMod $secdMod, F, exec, kitty -e lf bind = $mainMod, W, exec, pkill -USR1 waybar bind = $mainMod, Q, exec, loginctl lock-session bind = $mainMod $secdMod CONTROL, Q, exec, systemctl suspend |