diff options
Diffstat (limited to 'dwm/patch/shifttagclients.c')
| -rwxr-xr-x | dwm/patch/shifttagclients.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dwm/patch/shifttagclients.c b/dwm/patch/shifttagclients.c new file mode 100755 index 0000000..f672395 --- /dev/null +++ b/dwm/patch/shifttagclients.c @@ -0,0 +1,7 @@ +/* Sends a window to the next/prev tag that has a client, else it moves it to the next/prev one. */ +void +shifttagclients(const Arg *arg) +{ + Arg shifted = shift(arg, 1); + tag(&shifted); +} |
