urxvt options fxd
This commit is contained in:
parent
f128bf543f
commit
a5ed9ac2e9
2
rc.lua
2
rc.lua
|
@ -26,7 +26,7 @@ local autostart = require("autostart")
|
||||||
local home = os.getenv("HOME")
|
local home = os.getenv("HOME")
|
||||||
local cfgpath = home.."/.config/awesome"
|
local cfgpath = home.."/.config/awesome"
|
||||||
local username = os.getenv("USER")
|
local username = os.getenv("USER")
|
||||||
local terminal = "urxvt +tr +sb"
|
local terminal = "urxvt"
|
||||||
local editor = os.getenv("EDITOR") or "vim"
|
local editor = os.getenv("EDITOR") or "vim"
|
||||||
local editor_cmd = terminal .. " -e " .. editor
|
local editor_cmd = terminal .. " -e " .. editor
|
||||||
local modkey = "Mod1"
|
local modkey = "Mod1"
|
||||||
|
|
Loading…
Reference in New Issue