refac(prog/xmonad): change hotkey to close win

This commit is contained in:
Dmitriy Pleshevskiy 2022-05-03 23:35:52 +03:00
parent 0fed0e6df0
commit 095fe593fd

View file

@ -83,7 +83,7 @@ myKeys conf = mkKeymap conf $
, ("M-p", spawn "dmenu_run")
-- close focused window
, ("M-S-c", kill)
, ("M4-S-c", kill)
-- Rotate through the available layout algorithms
, ("M-<Space>", cycleThroughLayouts ["Full", "Tall"])