Merge .Xdefaults
For some reason rofi won't start without this.
This commit is contained in:
parent
148423527a
commit
28961df04b
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
_hostname="$(hostname)"
|
_hostname="$(hostname)"
|
||||||
|
|
||||||
xmodmap ~/.Xmodmap
|
xmodmap ~/.Xmodmap
|
||||||
|
xrdb -merge ~/.Xdefaults
|
||||||
|
|
||||||
# Source scripts in /etc/X11/xinit/xinitrc.d/
|
# Source scripts in /etc/X11/xinit/xinitrc.d/
|
||||||
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
||||||
|
|
Loading…
Reference in a new issue