summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-01-18 15:54:31 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2024-01-18 15:54:31 -0500
commitc45e1fcd8bec7f03200c68adfd9cd19b9b6819e6 (patch)
tree9636b3fc6fb73d3643f7f94e368b6c6ef8cba24a
parent6aeca396fb178d86347321232f591682732d7b96 (diff)
added taskwarrior and tasksh
-rw-r--r--home-config/foot/foot.ini2
-rw-r--r--home-config/home-configuration.scm2
-rw-r--r--home-config/hypr/hyprland.conf6
3 files changed, 9 insertions, 1 deletions
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
3notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} 3notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
4 4
5[colors] 5[colors]
6alpha=0.7 6alpha=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 @@
63 "font-cns11643" 63 "font-cns11643"
64 "font-google-noto-emoji" 64 "font-google-noto-emoji"
65 "syncthing" 65 "syncthing"
66 "taskwarrior"
67 "tasksh"
66 "imv" 68 "imv"
67 "perl" 69 "perl"
68 "tor" 70 "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
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