mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-20 00:36:09 +01:00
6 lines
130 B
Bash
Executable File
6 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
#super + shift + {1-9}
|
|
# movetodesktopofthismonitor ^{1-9}
|
|
D=$@; \
|
|
bspc node -d "$(bspc query -D -m | sed -n "$D p")"
|