diff options
author | ZachIR <zachir@librem.one> | 2025-07-30 02:40:49 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-30 02:40:49 -0500 |
commit | 0ff1806f2c2d690238c373b8f65ba40f569301d7 (patch) | |
tree | 41d4ecbb916ff886e5df1e945669bcaff1b9d569 /sxhkd | |
parent | 98d4473f1c9783c7bc8f01208f1996b2e40e53ce (diff) |
Use JetBrainsMono Nerd Font instead of Fira Code
Diffstat (limited to 'sxhkd')
-rwxr-xr-x | sxhkd/sxhkdrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index a38f356..96ca393 100755 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -12,11 +12,11 @@ super + Escape # program launcher super + d - dmenu_run -i -l 15 -h 36 -fn 'FiraCode Nerd Font Mono' -nb '#000' -nf '#c5c8c6' -sb '#198844' -sf '#000' + dmenu_run -i -l 15 -h 36 -fn 'JetBrainsMono Nerd Font' -nb '#000' -nf '#c5c8c6' -sb '#198844' -sf '#000' # desktop application launcher super + r - j4-dmenu-desktop --dmenu="dmenu -i -l 15 -h 36 -fn 'FiraCode Nerd Font Mono' -nb '#000' -nf '#c5c8c6' -sb '#198844' -sf '#000'" + j4-dmenu-desktop --dmenu="dmenu -i -l 15 -h 36 -fn 'JetBrainsMono Nerd Font' -nb '#000' -nf '#c5c8c6' -sb '#198844' -sf '#000'" # dmenu prompt for recording super + control + r |