mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
added binfiles from chrysostomus/bspwm-scripts, fixed eaten space
This commit is contained in:
7
bin/focusdesktopofthismonitor
Executable file
7
bin/focusdesktopofthismonitor
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
#Focus nth desktop of focused monitor for i3 style keybinds
|
||||
#
|
||||
#super + {1-9}
|
||||
# focusdesktopofthismonitor ^{1-9}
|
||||
D=$@; \
|
||||
bspc desktop -f "$(bspc query -D -m | sed -n "$D p")"
|
||||
Reference in New Issue
Block a user