replace urxvt with st
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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