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

@@ -89,7 +89,7 @@ local themes = {
local chosen_theme = themes[5]
local modkey = "Mod4"
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 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"