aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm/.local/bin/hlwm_moveto_tag
blob: 17be186059d87d2c90a028a9e0279e61755a2641 (plain)
1
2
3
4
5
6
7
#!/bin/bash

hc() { "${herbstclient_command[@]:-herbstclient}" "$@" ;}

tag=$(hlwm_select_tag)

hc move "$tag"