From c45e1fcd8bec7f03200c68adfd9cd19b9b6819e6 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 18 Jan 2024 15:54:31 -0500 Subject: added taskwarrior and tasksh --- home-config/hypr/hyprland.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'home-config/hypr') 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 # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Return, exec, foot +bind = $mainMod CTRL, Return, exec, foot -a float-foot bind = $mainMod SHIFT, Q, killactive bind = $mainMod SHIFT, E, exit bind = $mainMod SHIFT, Space, togglefloating @@ -218,6 +219,11 @@ windowrulev2 = nofullscreenrequest, class:^(firefox)$, title:^(Firefox — Shari windowrulev2 = float,class:^(ala-wttr)$ windowrulev2 = size 740 712, class:^(ala-wttr)$ +# Floating terminal +windowrulev2 = float,class:^(float-foot)$ +windowrulev2 = size 930 680,class:^(float-foot)$ +windowrulev2 = center,class:^(float-foot)$ + # Change color of pinned windows windowrulev2 = bordercolor rgba(bf0000ee) rgba(ab00adee) 45deg,pinned:1 -- cgit v1.2.3