Skip to content

Commit 773efcf

Browse files
wm: add 5th workspace
1 parent 3a1fb9c commit 773efcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dotfiles/.config/bspwm/bspwmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pgrep -x sxhkd > /dev/null || sxhkd &
55

66
# Monitor and workspaces.
7-
bspc monitor -d 1 2 3 4
7+
bspc monitor -d 1 2 3 4 5
88

99
# Configuration.
1010
bspc config split ratio 0.50

dotfiles/.config/sxhkd/sxhkdrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ super + {_,shift + }{h,j,k,l}
2323
bspc node -{f,s} {west,south,north,east}
2424

2525
# Focus and send to the workspace.
26-
super + {_,shift + }{1-4}
27-
bspc {desktop -f,node -d} '^{1-4}'
26+
super + {_,shift + }{1-5}
27+
bspc {desktop -f,node -d} '^{1-5}'

0 commit comments

Comments
 (0)