diff options
Diffstat (limited to 'home-config/hypr')
| -rw-r--r-- | home-config/hypr/hyprland.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index 0f355bc..143b263 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf | |||
| @@ -116,6 +116,7 @@ $mainMod = SUPER | |||
| 116 | 116 | ||
| 117 | # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more | 117 | # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more |
| 118 | bind = $mainMod, Return, exec, foot | 118 | bind = $mainMod, Return, exec, foot |
| 119 | bind = $mainMod CTRL, Return, exec, foot -a float-foot | ||
| 119 | bind = $mainMod SHIFT, Q, killactive | 120 | bind = $mainMod SHIFT, Q, killactive |
| 120 | bind = $mainMod SHIFT, E, exit | 121 | bind = $mainMod SHIFT, E, exit |
| 121 | bind = $mainMod SHIFT, Space, togglefloating | 122 | bind = $mainMod SHIFT, Space, togglefloating |
| @@ -218,6 +219,11 @@ windowrulev2 = nofullscreenrequest, class:^(firefox)$, title:^(Firefox — Shari | |||
| 218 | windowrulev2 = float,class:^(ala-wttr)$ | 219 | windowrulev2 = float,class:^(ala-wttr)$ |
| 219 | windowrulev2 = size 740 712, class:^(ala-wttr)$ | 220 | windowrulev2 = size 740 712, class:^(ala-wttr)$ |
| 220 | 221 | ||
| 222 | # Floating terminal | ||
| 223 | windowrulev2 = float,class:^(float-foot)$ | ||
| 224 | windowrulev2 = size 930 680,class:^(float-foot)$ | ||
| 225 | windowrulev2 = center,class:^(float-foot)$ | ||
| 226 | |||
| 221 | # Change color of pinned windows | 227 | # Change color of pinned windows |
| 222 | windowrulev2 = bordercolor rgba(bf0000ee) rgba(ab00adee) 45deg,pinned:1 | 228 | windowrulev2 = bordercolor rgba(bf0000ee) rgba(ab00adee) 45deg,pinned:1 |
| 223 | 229 | ||
