Fix hrunorraise
Apparently window IDs can also be 6 characters long instead of 7.
This commit is contained in:
parent
311bbce4bf
commit
5f82d1e5dc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
!#
|
!#
|
||||||
|
|
||||||
(define client-regexp
|
(define client-regexp
|
||||||
(rx " " (submatch "0x" (= 7 hex))))
|
(rx " " (submatch "0x" (** 6 7 hex))))
|
||||||
|
|
||||||
(define current-client
|
(define current-client
|
||||||
(run/string (herbstclient -n attr clients.focus.winid)))
|
(run/string (herbstclient -n attr clients.focus.winid)))
|
||||||
|
|
Loading…
Reference in a new issue