Using the default keyboard layout in dwm, I can send a window to tag 9 using Alt+Shift+9
, for example.
Can I do the same thing programatically?
(I want to achieve a toggle feature for certain windows - showing them on one key press and hiding them on the next. I also tried working with things like wmctrl -xR WINDOW_NAME
, but in dwm the window in question is not being pulled as it would be expected according the wmctrl man page.)