From cf14944e90075b75928f7df11a19324c31d8bc42 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Fri, 19 Jun 2020 09:33:58 +0100 Subject: [PATCH] dot/e16-bindings: Define a key to highlight the mouse cursor. Organization: Straylight/Edgeware From: Mark Wooding A little embarrassing: on spirit's vast screen, I sometimes lose track of where the cursor is. --- dot/e16-bindings | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/e16-bindings b/dot/e16-bindings index a07f908..e1f92e3 100644 --- a/dot/e16-bindings +++ b/dot/e16-bindings @@ -57,6 +57,7 @@ KeyDown C5 t exec xinitcmd :terminal KeyDown C5 v wop * th available KeyDown C5 w menus show winops.menu KeyDown C5 x wop * close +KeyDown C5 y exec xfce4-find-cursor KeyDown C5 numbersign exec xinitcmd pavucontrol KeyDown C5 apostrophe exec xinitcmd disobedience -u$(realpath $HOME/.disorder/passwd) KeyDown C5 semicolon exec disorder-notify next-config -- [mdw]