This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16.
View the commit online.
commit 3f4872ad809d8455e84670339ad282fb0579d749
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sat Jun 11 18:59:43 2022 +0200
bindings.cfg: Add bindings for pinning
Also do some sorting and tweaks.
---
config/bindings.cfg | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/config/bindings.cfg b/config/bindings.cfg
index 9826ff59..aebdbe8f 100644
--- a/config/bindings.cfg
+++ b/config/bindings.cfg
@@ -36,7 +36,7 @@
# window, raise it or something....
Aclass BUTTONBINDINGS normal
MouseDown A 1 wop * mo ptr
-MouseDown AS 1 wop = mo ptr
+MouseDown SA 1 wop = mo ptr
MouseDouble A 1 wop * shade
MouseDown A 2 wop * sz ptr
MouseDouble A 2 wop * th available
@@ -44,8 +44,8 @@ MouseDown A 3 menus show winops.menu
# May be used to control opacity with mouse
#MouseDown A 4 wop * focused_opacity +10
#MouseDown A 5 wop * focused_opacity -10
-#MouseDown AC 4 wop * opacity +10
-#MouseDown AC 5 wop * opacity -10
+#MouseDown CA 4 wop * opacity +10
+#MouseDown CA 5 wop * opacity -10
# Mouse presses on the desktop background ....
@@ -99,14 +99,16 @@ KeyDown A Tab focus next
#KeyDown C Tab warp screen
KeyDown CA Up wop * raise
KeyDown CA Down wop * lower
-KeyDown CA x wop * close
-KeyDown CA k wop * kill
-KeyDown CA s wop * stick
-KeyDown CA i wop * iconify
-KeyDown CA r wop * shade
KeyDown CA f wop * fullscreen
+KeyDown CA i wop * iconify
+KeyDown CA k wop * kill
KeyDown CA m wop * ts conservative
+KeyDown CA p wop * pin on *
+KeyDown CA q wop * pin off *
+KeyDown CA r wop * shade
+KeyDown CA s wop * stick
KeyDown CA w menus show winops.menu
+KeyDown CA x wop * close
KeyDown A Return wop * zoom
# Move/resize using keyboard
#KeyDown CS m wop * move kbd
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.