update dmenu font

This commit is contained in:
♥ Minnie ♥ 2025-05-18 21:12:02 +08:00
parent b78895a86e
commit 3352033982
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -59,7 +59,7 @@ myBorderWidth = 5
myNormalBorderColor = "#32302f"
myFocusedBorderColor = "#32302f"
myWorkspaces = ["code", "chat", "web", "games", "misc"]
myLauncher = "dmenu_run"
myLauncher = "dmenu_run -fn 'Fisa Code-10'"
myFileManager = "thunar"
myScrot = "scrot -s '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/scrots/'"
volumeDown = "pactl set-sink-volume @DEFAULT_SINK@ -10%"