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:
5
bin/movetodesktopofthismonitor
Executable file
5
bin/movetodesktopofthismonitor
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
#super + shift + {1-9}
|
||||
# movetodesktopofthismonitor ^{1-9}
|
||||
D=$@; \
|
||||
bspc node -d "$(bspc query -D -m | sed -n "$D p")"
|
||||
Reference in New Issue
Block a user