From 1a61bc5b7d4980dacd4a294bb5ea5a074a84f910 Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 24 Mar 2020 17:07:52 +0000 Subject: [PATCH] move cursor before switching fixes issue where barrier does not return cursor to its previous positon if the dwm warp function has been used and no manual movement of the mouse has taken place. --- xbindkeysrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xbindkeysrc b/xbindkeysrc index 0950b85..5b125c7 100644 --- a/xbindkeysrc +++ b/xbindkeysrc @@ -99,6 +99,12 @@ "date-show" Mod4 + F11 +"xdotool mousemove_relative 1 0 && sleep 0.1 && xdotool key Super_L+F1" + Mod4 + Insert + +"xdotool mousemove_relative 1 0 && sleep 0.1 && xdotool key Super_L+F2" + Mod4 + Home + # why this no work? # "i3-scrot -s" # Mod4 + Control + Print