From 2e94d2bf96092d8f92c80d00712b5f4926a031c9 Mon Sep 17 00:00:00 2001 From: jasmine Date: Sat, 10 May 2025 00:10:07 +0800 Subject: [PATCH] feat: switch launcher to dmenu --- src/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmonad.hs b/src/xmonad.hs index 32887be..3e170f2 100644 --- a/src/xmonad.hs +++ b/src/xmonad.hs @@ -57,7 +57,7 @@ myBorderWidth = 5 myNormalBorderColor = "#32302f" myFocusedBorderColor = "#32302f" myWorkspaces = ["code", "chat", "web", "games", "misc"] -myLauncher = "rofi -modi run,calc -show run" +myLauncher = "dmenu_run" 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%"