diff options
author | zsmith <zsmith@newhopechurch.tv> | 2025-07-16 09:14:34 -0500 |
---|---|---|
committer | zsmith <zsmith@newhopechurch.tv> | 2025-07-16 09:14:34 -0500 |
commit | 458bb7005b0714ffa78916e295425ad8ec9f62fc (patch) | |
tree | c51fb167f3e7ccd8b6e045a19c18849f02fb240d /sxhkd | |
parent | 87d456895519cf27f9dfbb17a16d66184643a499 (diff) | |
parent | 6de2c675cffe6ff398ec435dee281a140a5cf34f (diff) |
Merge branch 'master' into macmac
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 26e633b..a38f356 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 'mononoki Nerd Font Mono' -nb '#000' -nf '#c5c8c6' -sb '#198844' -sf '#000' + dmenu_run -i -l 15 -h 36 -fn 'FiraCode Nerd Font Mono' -nb '#000' -nf '#c5c8c6' -sb '#198844' -sf '#000' # desktop application launcher super + r - j4-dmenu-desktop --dmenu="dmenu -i -l 15 -h 36 -fn 'mononoki Nerd Font Mono' -nb '#000' -nf '#c5c8c6' -sb '#198844' -sf '#000'" + j4-dmenu-desktop --dmenu="dmenu -i -l 15 -h 36 -fn 'FiraCode Nerd Font Mono' -nb '#000' -nf '#c5c8c6' -sb '#198844' -sf '#000'" # dmenu prompt for recording super + control + r |