refac(prog/xmonad): change hotkey to close win
This commit is contained in:
parent
0fed0e6df0
commit
095fe593fd
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ myKeys conf = mkKeymap conf $
|
||||||
, ("M-p", spawn "dmenu_run")
|
, ("M-p", spawn "dmenu_run")
|
||||||
|
|
||||||
-- close focused window
|
-- close focused window
|
||||||
, ("M-S-c", kill)
|
, ("M4-S-c", kill)
|
||||||
|
|
||||||
-- Rotate through the available layout algorithms
|
-- Rotate through the available layout algorithms
|
||||||
, ("M-<Space>", cycleThroughLayouts ["Full", "Tall"])
|
, ("M-<Space>", cycleThroughLayouts ["Full", "Tall"])
|
||||||
|
|
Loading…
Reference in a new issue