ENH replace urxvt with alacritty

This commit is contained in:
Nathan Dwarshuis 2024-02-18 19:41:32 -05:00
parent 3ab6ccf45b
commit a65cd669dc
1 changed files with 3 additions and 4 deletions

View File

@ -58,7 +58,7 @@ import XMonad.Operations
-- My Executables
myTerm :: FilePath
myTerm = "urxvt"
myTerm = "alacritty"
myCalc :: FilePath
myCalc = "bc"
@ -92,8 +92,7 @@ myNotificationCtrl = "dunstctl"
myTermPkgs :: [Fulfillment]
myTermPkgs =
[ Package Official "rxvt-unicode"
, Package Official "urxvt-perls"
[ Package Official "alacritty"
]
myEditorPkgs :: [Fulfillment]
@ -118,7 +117,7 @@ volumeChangeSound = "smb_fireball.wav"
-- Some nice apps
runTerm :: MonadUnliftIO m => Sometimes (m ())
runTerm = sometimesExe "terminal" "urxvt" myTermPkgs True myTerm
runTerm = sometimesExe "terminal" "alacritty" myTermPkgs True myTerm
runTMux :: MonadUnliftIO m => Sometimes (m ())
runTMux = sometimesIO_ "terminal multiplexer" "tmux" deps act