diff --git a/home-config/foot/foot.ini b/home-config/foot/foot.ini index 73f0458..97e4433 100644 --- a/home-config/foot/foot.ini +++ b/home-config/foot/foot.ini @@ -3,4 +3,4 @@ font=Monofur Nerd Font Mono:size=15 notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} [colors] -alpha=0.7 +alpha=0.75 diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 196e3b4..7f43d09 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm @@ -63,6 +63,8 @@ "font-cns11643" "font-google-noto-emoji" "syncthing" + "taskwarrior" + "tasksh" "imv" "perl" "tor" 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