feat: switch launcher to dmenu
This commit is contained in:
parent
49219f255e
commit
2e94d2bf96
|
@ -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%"
|
||||
|
|
Loading…
Reference in a new issue