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%"