mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 17:54:22 +02:00
start: call xrdb -merge
on start
This commit is contained in:
parent
f2996e1b03
commit
e66a4e79da
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ local execute = {
|
||||||
"xset -b", -- Disable bell
|
"xset -b", -- Disable bell
|
||||||
-- Enable numlock
|
-- Enable numlock
|
||||||
"numlockx on",
|
"numlockx on",
|
||||||
|
-- Read resources
|
||||||
|
"xrdb -merge " .. awful.util.getdir("config") .. "/Xresources",
|
||||||
}
|
}
|
||||||
|
|
||||||
if config.hostname == "naruto" then
|
if config.hostname == "naruto" then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue