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 | |
parent | 6aeca396fb178d86347321232f591682732d7b96 (diff) |
added taskwarrior and tasksh
Diffstat (limited to 'home-config')
-rw-r--r-- | home-config/foot/foot.ini | 2 | ||||
-rw-r--r-- | home-config/home-configuration.scm | 2 | ||||
-rw-r--r-- | home-config/hypr/hyprland.conf | 6 |
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 | |||
3 | notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} | 3 | notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} |
4 | 4 | ||
5 | [colors] | 5 | [colors] |
6 | alpha=0.7 | 6 | 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 @@ | |||
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 |
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 | ||