From a4bcb07ad16049b65a3bc2700139f72ac79edc13 Mon Sep 17 00:00:00 2001 From: Luddifee Date: Tue, 27 Jul 2021 20:17:43 +0200 Subject: [PATCH] update laptop xmonad config --- .xmonad/xmonad-laptop.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.xmonad/xmonad-laptop.hs b/.xmonad/xmonad-laptop.hs index 0418977..c6b32e5 100644 --- a/.xmonad/xmonad-laptop.hs +++ b/.xmonad/xmonad-laptop.hs @@ -64,6 +64,9 @@ myKeys = [ -- window keybindings ("M-" , windows W.focusDown), ("M-S-" , windows W.focusMaster), + ("M4-M1-m" , windows W.swapMaster), + ("M4-M1-" , windows W.swapUp), + ("M4-M1-" , windows W.swapDown), -- spacing keybindings ("M4-S-" , incWindowSpacing 1),