Something strange with Urxvt -tr argument

This commit is contained in:
Kolan Sh 2019-05-26 21:14:42 +03:00
parent e2a692d997
commit 83e20dd892
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 +tr +sb"
local editor = os.getenv("EDITOR") or "vim"
local editor_cmd = terminal .. " -e " .. editor
local modkey = "Mod1"