Always use alacritty in xmonad
Getty Ritter
4 years ago
84 | 84 |
config xmproc ColorScheme { .. } = XMConfig conf
|
85 | 85 |
where conf = def
|
86 | 86 |
{ XM.modMask = XM.mod4Mask
|
87 | |
, XM.terminal = "urxvt -e tmux"
|
| 87 |
, XM.terminal = "alacritty -e tmux"
|
88 | 88 |
, XM.keys = keys <+> XM.keys def
|
89 | 89 |
, XM.handleEventHook =
|
90 | 90 |
XM.docksEventHook <+> XM.handleEventHook def
|