changed default terminal
This commit is contained in:
parent
c64131859b
commit
cbd3023ff2
2
rc.lua
2
rc.lua
@ -252,7 +252,7 @@ beautiful.font = "Indie Flower Bold 12"
|
|||||||
|
|
||||||
|
|
||||||
-- This is used later as the default terminal and editor to run.
|
-- This is used later as the default terminal and editor to run.
|
||||||
terminal = "kitty"
|
terminal = "konsole"
|
||||||
editor = os.getenv("EDITOR") or "vim"
|
editor = os.getenv("EDITOR") or "vim"
|
||||||
editor_cmd = terminal .. " -e " .. editor
|
editor_cmd = terminal .. " -e " .. editor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user