From 95995abb148182ba687111f9227276641538529e Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Thu, 22 Aug 2024 11:53:07 +0200 Subject: [PATCH] superclick update --- bin/superclick | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/superclick b/bin/superclick index 5fd7f68..a092a02 100755 --- a/bin/superclick +++ b/bin/superclick @@ -28,7 +28,7 @@ cat < ${CONFIG_FILE} gap=16 # Outer gap (disable if you use WM margins) show_outer_gap=true -# Only for clicksnap (mouse) action +# Only for mouse action activate_window=false EOF fi @@ -197,13 +197,13 @@ EOF trainer(){ case "$LANG" in pl*) - TITLE="Trener Superclick" - MOUSE="przytrzymaj klawisz super i kliknij w wybrany obszar okna

...kolejne kliknięcia zmieniają rozmiar" + TITLE="Trener SuperClick" + MOUSE="przytrzymaj klawisz super i kliknij w wybrany obszar okna

...kolejne kliknięcia zmieniają rozmiar

" KEYB="z klawiatury: Super + KP_1..9" ;; *) TITLE="SuperClick trainer" - MOUSE="hold Super key and click in appropriate area
of any window

...subsequent clicks change the size" + MOUSE="hold Super key and click in appropriate area
of any window

...subsequent clicks change the size

" KEYB="with keyboard: Super + KP_1..9" ;; esac @@ -217,7 +217,7 @@ cat < ${HTML_FILE}