.xbindkeysrc.scm
This commit is contained in:
parent
7728389084
commit
e4f69ad9fd
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
||||||
|
|
||||||
(define (gui-print text)
|
(define (gui-print text)
|
||||||
(close-gui-window)
|
(close-gui-window)
|
||||||
(let ((width (+ (text-width font text) 10)))
|
(let ((width (+ (text-width dzen-font text) 10)))
|
||||||
(set! dzen-pipe (open-output-pipe
|
(set! dzen-pipe (open-output-pipe
|
||||||
(string-append dzen-cmd " -w " (number->string width)
|
(string-append dzen-cmd " -w " (number->string width)
|
||||||
" " dzen-args))))
|
" " dzen-args))))
|
||||||
|
|
Loading…
Reference in a new issue