urxvt options fxd

This commit is contained in:
Kolan Sh 2022-01-25 16:17:28 +03:00
parent f128bf543f
commit a5ed9ac2e9
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -26,7 +26,7 @@ local autostart = require("autostart")
local home = os.getenv("HOME")
local cfgpath = home.."/.config/awesome"
local username = os.getenv("USER")
local terminal = "urxvt +tr +sb"
local terminal = "urxvt"
local editor = os.getenv("EDITOR") or "vim"
local editor_cmd = terminal .. " -e " .. editor
local modkey = "Mod1"