mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 04:01:52 -07:00
Add 'mod-n': refreshes current layout
This commit is contained in:
@@ -131,6 +131,9 @@ keys = M.fromList $
|
||||
, ((modMask .|. shiftMask, xK_p ), spawn "gmrun")
|
||||
, ((modMask, xK_space ), switchLayout)
|
||||
|
||||
-- 'nudge': resize viewed windows to the correct size.
|
||||
, ((modMask, xK_n ), refresh)
|
||||
|
||||
, ((modMask, xK_Tab ), raise GT)
|
||||
, ((modMask, xK_j ), raise GT)
|
||||
, ((modMask, xK_k ), raise LT)
|
||||
|
Reference in New Issue
Block a user