replace urxvt with st
This commit is contained in:
@@ -74,7 +74,7 @@ awful.spawn.with_shell(
|
||||
local chosen_theme = "multicolor"
|
||||
local modkey = "Mod4"
|
||||
local altkey = "Mod1"
|
||||
local terminal = "urxvtc"
|
||||
local terminal = "st"
|
||||
local editor = os.getenv("EDITOR") or "nano" or "vi"
|
||||
local gui_editor = "gvim"
|
||||
local browser = "firefox"
|
||||
|
||||
Reference in New Issue
Block a user