Default to tmux in terms, warn about M-S-q
This commit is contained in:
parent
5c7f13ad49
commit
64cef09e53
@ -23,7 +23,7 @@ main = xmonad
|
|||||||
$ myConfig
|
$ myConfig
|
||||||
|
|
||||||
myConfig = def
|
myConfig = def
|
||||||
{ terminal = "kitty"
|
{ terminal = "kitty tmux new"
|
||||||
, modMask = mod1Mask
|
, modMask = mod1Mask
|
||||||
, borderWidth = 1
|
, borderWidth = 1
|
||||||
-- , workspaces = myWorkspaces
|
-- , workspaces = myWorkspaces
|
||||||
@ -34,6 +34,7 @@ myConfig = def
|
|||||||
, ("M-s", spawn "scrot -s")
|
, ("M-s", spawn "scrot -s")
|
||||||
, ("M-a", rotAllUp)
|
, ("M-a", rotAllUp)
|
||||||
, ("M-f", rotAllDown)
|
, ("M-f", rotAllDown)
|
||||||
|
, ("M-S-q", spawn "kitty --hold echo M-S-q quits XMonad\\! You probably meant to use M-S-c to close the current window.")
|
||||||
]
|
]
|
||||||
|
|
||||||
myLayout = tiled ||| Mirror tiled ||| Full ||| threeCol
|
myLayout = tiled ||| Mirror tiled ||| Full ||| threeCol
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user