From b9a4a52c3da83814ca21b9126c732b0c2de8fc1d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 14 Jun 2020 19:12:23 +0200 Subject: Add Xmonad layout refresh shortcut --- gui/conf/xmonad.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/conf/xmonad.hs') diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index 3f92f69..8de9429 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -220,6 +220,7 @@ commonKeybindings host = , ("N-S-s k" , shiftTo Prev nonEmptyWS >> moveTo Prev nonEmptyWS) -- workspace layout management + , ("M-y" , refresh) , ("M-v" , layoutMenu) , ("M-s l" , sendMessage NextLayout) , ("M-s +" , sendMessage $ IncMasterN 1) -- cgit v1.2.3