summaryrefslogtreecommitdiff
path: root/home-config/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/hypr')
-rw-r--r--home-config/hypr/hyprland.conf6
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
118bind = $mainMod, Return, exec, foot 118bind = $mainMod, Return, exec, foot
119bind = $mainMod CTRL, Return, exec, foot -a float-foot
119bind = $mainMod SHIFT, Q, killactive 120bind = $mainMod SHIFT, Q, killactive
120bind = $mainMod SHIFT, E, exit 121bind = $mainMod SHIFT, E, exit
121bind = $mainMod SHIFT, Space, togglefloating 122bind = $mainMod SHIFT, Space, togglefloating
@@ -218,6 +219,11 @@ windowrulev2 = nofullscreenrequest, class:^(firefox)$, title:^(Firefox — Shari
218windowrulev2 = float,class:^(ala-wttr)$ 219windowrulev2 = float,class:^(ala-wttr)$
219windowrulev2 = size 740 712, class:^(ala-wttr)$ 220windowrulev2 = size 740 712, class:^(ala-wttr)$
220 221
222# Floating terminal
223windowrulev2 = float,class:^(float-foot)$
224windowrulev2 = size 930 680,class:^(float-foot)$
225windowrulev2 = center,class:^(float-foot)$
226
221# Change color of pinned windows 227# Change color of pinned windows
222windowrulev2 = bordercolor rgba(bf0000ee) rgba(ab00adee) 45deg,pinned:1 228windowrulev2 = bordercolor rgba(bf0000ee) rgba(ab00adee) 45deg,pinned:1
223 229