From 9f62ebd52b7aa745764b81ae562478f4c3537947 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 3 Jul 2019 20:31:37 +0200 Subject: window.lua: Add large increment window resize hotkeys Change the modifiers to match the window movement hotkeys. --- init.lua | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index cce2097..ccb0415 100644 --- a/init.lua +++ b/init.lua @@ -24,15 +24,20 @@ --- [: Move window left one screen --- ]: Move window right one screen --- ---- e: Reduce window height 20 units ---- s: Reduce window width 20 units ---- d: Increase window height 20 units ---- f: Increase window width 20 units +--- e: Reduce window height 100 units +--- s: Reduce window width 100 units +--- d: Increase window height 100 units +--- f: Increase window width 100 units --- ---- Shift-e: Reduce window height 5 units ---- Shift-s: Reduce window width 5 units ---- Shift-d: Increase window height 5 units ---- Shift-f: Increase window width 5 units +--- Shift-e: Reduce window height 20 units +--- Shift-s: Reduce window width 20 units +--- Shift-d: Increase window height 20 units +--- Shift-f: Increase window width 20 units +--- +--- Option-e: Reduce window height 5 units +--- Option-s: Reduce window width 5 units +--- Option-d: Increase window height 5 units +--- Option-f: Increase window width 5 units -- Copyright (c) 2019 Teddy Wing -- -- cgit v1.2.3