[XMonad] Use alacritty

This commit is contained in:
Ivan Malison 2020-11-29 17:31:19 -08:00
parent 0a84ad772e
commit cbe634b20c
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -80,7 +80,7 @@ import XMonad.Util.WorkspaceCompare
myConfig = def
{ modMask = mod4Mask
, terminal = "termite"
, terminal = "alacritty"
, manageHook = myManageHook <+> manageHook def
, layoutHook = myLayoutHook
, borderWidth = 0
@ -217,7 +217,7 @@ gmailCommand = "start_chrome.sh --new-window https://mail.google.com/mail/u/0/#i
spotifyCommand = "spotify"
chromeCommand = "start_chrome.sh"
emacsCommand = "emacsclient -c"
htopCommand = "termite -e htop -t htop"
htopCommand = "alacritty -e htop -t htop"
transmissionCommand = "transmission-gtk"
volumeCommand = "pavucontrol"