feat: add workspace

This commit is contained in:
♥ Minnie ♥ 2025-03-07 10:40:55 +08:00
parent ece1ef8571
commit 2421cd60a8
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

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