switch terminal of awesome keybinding from st to xterm

This commit is contained in:
2025-12-06 02:36:22 +08:00
parent 2449bbd002
commit 8c594d8c3b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -89,7 +89,7 @@ local themes = {
local chosen_theme = themes[5] local chosen_theme = themes[5]
local modkey = "Mod4" local modkey = "Mod4"
local altkey = "Mod1" local altkey = "Mod1"
local terminal = "st" local terminal = "xterm"
local vi_focus = false -- vi-like client focus - https://github.com/lcpz/awesome-copycats/issues/275 local vi_focus = false -- vi-like client focus - https://github.com/lcpz/awesome-copycats/issues/275
local cycle_prev = true -- cycle trough all previous client or just the first -- https://github.com/lcpz/awesome-copycats/issues/274 local cycle_prev = true -- cycle trough all previous client or just the first -- https://github.com/lcpz/awesome-copycats/issues/274
local editor = os.getenv("EDITOR") or "vim" local editor = os.getenv("EDITOR") or "vim"