forked from colonelpanic/dotfiles
[XMonad] Use konsole
This commit is contained in:
parent
75c2c4c467
commit
d55bfbcc8e
@ -80,7 +80,7 @@ import XMonad.Util.WorkspaceCompare
|
|||||||
|
|
||||||
myConfig = def
|
myConfig = def
|
||||||
{ modMask = mod4Mask
|
{ modMask = mod4Mask
|
||||||
, terminal = "alacritty"
|
, terminal = "konsole"
|
||||||
, manageHook = myManageHook <+> manageHook def
|
, manageHook = myManageHook <+> manageHook def
|
||||||
, layoutHook = myLayoutHook
|
, layoutHook = myLayoutHook
|
||||||
, borderWidth = 0
|
, borderWidth = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user