From 4554d93dd5fd7e72ff6ee92835da4e296b7143fc Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 6 Sep 2023 16:36:41 +0300 Subject: emacs: (pass) change to use double quotes --- .emacs.d/modules/thanos-pass.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/modules/thanos-pass.el b/.emacs.d/modules/thanos-pass.el index a72759b..505093b 100644 --- a/.emacs.d/modules/thanos-pass.el +++ b/.emacs.d/modules/thanos-pass.el @@ -41,8 +41,8 @@ (start-process-shell-command "xdotool" nil (if user - (format "sleep 0.3 && xdotool getactivewindow type '%s' && xdotool getactivewindow key Tab && xdotool getactivewindow type '%s'" user pass) - (format "sleep 0.3 && xdotool getactivewindow type 'thanosapollo' && xdotool getactivewindow key Tab && xdotool getactivewindow type '%s'" pass)))))) + (format "sleep 0.3 && xdotool getactivewindow type \"%s\" && xdotool getactivewindow key Tab && xdotool getactivewindow type \"%s\"" user pass) + (format "sleep 0.3 && xdotool getactivewindow type 'thanosapollo' && xdotool getactivewindow key Tab && xdotool getactivewindow type \"%s\"" pass)))))) (let ((ivy-height 100)) (unwind-protect (with-selected-frame -- cgit v1.2.3