feat: add workspace
This commit is contained in:
parent
ece1ef8571
commit
2421cd60a8
|
@ -42,7 +42,7 @@ myModMask = mod4Mask
|
|||
myBorderWidth = 5
|
||||
myNormalBorderColor = "#32302f"
|
||||
myFocusedBorderColor = "#32302f"
|
||||
myWorkspaces = ["code", "chat", "web", "games", "misc"]
|
||||
myWorkspaces = ["admin", "code", "chat", "web", "games", "misc"]
|
||||
myLauncher = "rofi -modi run,calc -show run"
|
||||
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