replace urxvt with st

This commit is contained in:
2020-10-14 01:02:30 +08:00
parent 029e5f17e1
commit def0d08df8
9 changed files with 780 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ pravitekeys = awful.util.table.join(
awful.key({ altkey, "Control" }, "r",
function ()
run_or_raise("urxvtc", {class = "URxvt"})
run_or_raise("st", {class = "St"})
end),
awful.key({ modkey }, "e",

View File

@@ -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"