diff options
author | ZachIR <zachir@librem.one> | 2025-07-15 22:25:05 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-15 22:25:05 -0500 |
commit | 39ea7d809ca39b690dce058e8010c036477d52b9 (patch) | |
tree | 27a8f7ff084ad0d4ec286b131f7e8145b15a6594 /sxhkd | |
parent | ac58746a49e1b7e8559cff1ed4522c3584caa026 (diff) | |
parent | 8ffbd91ea6ea8a7ef823ffd6705cb2aee2a33ade (diff) |
Merge branch 'master' into car
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 |