aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm/.local/bin/hlwm_goto_tag
blob: 12c93c081ac328183d3a9ebc0eb689a4c745facd (plain)
1
2
3
4
5
6
7
#!/bin/bash

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

tag=$(hlwm_select_tag)

hc use "$tag"