diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-10-12 00:00:38 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-10-12 00:00:38 -0400 |
commit | f3bf586e82a6df78408e92ccc635fb087d35a34d (patch) | |
tree | 449440492ac477bbdffaa27a6e821e822a677232 /home-config | |
parent | d94010807f9f47e03fe4003edc1b2e2830df975d (diff) |
foot!
Diffstat (limited to 'home-config')
-rw-r--r-- | home-config/foot/foot.ini | 9 | ||||
-rw-r--r-- | home-config/home-configuration.scm | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/home-config/foot/foot.ini b/home-config/foot/foot.ini new file mode 100644 index 0000000..3203e46 --- /dev/null +++ b/home-config/foot/foot.ini | |||
@@ -0,0 +1,9 @@ | |||
1 | font=Monofur Nerd Font Mono:size=15 | ||
2 | font-bold=Monofur Nerd Font Mono:size=15 | ||
3 | font-italic=Monofur Nerd Font Mono:size=15 | ||
4 | font-bold-italic=Monofur Nerd Font Mono:size=15 | ||
5 | |||
6 | notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} | ||
7 | |||
8 | [colors] | ||
9 | alpha=0.7 | ||
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 38faa33..c1ff5d6 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -118,6 +118,7 @@ | |||
118 | ("nvim/after/ftplugin/mail/custom.vim" ,(local-file "nvim/config/after/ftplugin/mail/custom.vim")) | 118 | ("nvim/after/ftplugin/mail/custom.vim" ,(local-file "nvim/config/after/ftplugin/mail/custom.vim")) |
119 | ("sway" ,(local-file "sway" #:recursive? #t)) | 119 | ("sway" ,(local-file "sway" #:recursive? #t)) |
120 | ("hypr" ,(local-file "hypr" #:recursive? #t)) | 120 | ("hypr" ,(local-file "hypr" #:recursive? #t)) |
121 | ("foot" ,(local-file "foot" #:recursive? #t)) | ||
121 | ("waybar" ,(local-file "waybar" #:recursive? #t)) | 122 | ("waybar" ,(local-file "waybar" #:recursive? #t)) |
122 | ("alacritty" ,(local-file "alacritty" #:recursive? #t)) | 123 | ("alacritty" ,(local-file "alacritty" #:recursive? #t)) |
123 | ("aerc" ,(local-file "aerc" #:recursive? #t)) | 124 | ("aerc" ,(local-file "aerc" #:recursive? #t)) |