diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-01-18 15:54:31 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-01-18 15:54:31 -0500 |
commit | c45e1fcd8bec7f03200c68adfd9cd19b9b6819e6 (patch) | |
tree | 9636b3fc6fb73d3643f7f94e368b6c6ef8cba24a /home-config/hypr | |
parent | 6aeca396fb178d86347321232f591682732d7b96 (diff) |
added taskwarrior and tasksh
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 | ||