feat: switch launcher to dmenu

This commit is contained in:
♥ Minnie ♥ 2025-05-10 00:10:07 +08:00
parent 49219f255e
commit 2e94d2bf96
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

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