Advertisement
Guest User

Untitled

a guest
Feb 13th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #!/bin/bash
  2. # LISTENS FOR THE "dialog" hook on the rule
  3. herbstclient -i dialog | \
  4. while read hook winid; do
  5. herbstclient bring winid
  6. done &
  7. --------------------------------------------
  8. hc spawn bash "$HOME/.config/herbstluftwm/dialogListener"
  9. hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' manage=on focus=on tag=dialog hook=dialog
  10. ----------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement