Switch to neovide

This commit is contained in:
Samae 2023-08-12 15:02:24 +03:00
parent 2aafb06e25
commit f1a42476a2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import XMonad.Util.Run
term = "kitty"
spawnGuiTextEditor :: X ()
spawnGuiTextEditor = safeSpawn "vim" ["-g"]
spawnGuiTextEditor = safeSpawn "neovide" []
singleTermAppWithName :: String -> String -> Project
singleTermAppWithName name app = Project