xresources moved to conf
This commit is contained in:
parent
aefdcfaad3
commit
a04e65b812
3 changed files with 1 additions and 6 deletions
|
@ -1 +0,0 @@
|
||||||
.Xresources
|
|
6
.xinitrc
6
.xinitrc
|
@ -1,8 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
[ -f ~/.config/Xresources ] && xrdb -merge ~/.config/Xresources
|
||||||
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap
|
|
||||||
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
|
|
||||||
|
|
||||||
xset r rate 200 50
|
xset r rate 200 50
|
||||||
|
|
||||||
exec i3
|
exec i3
|
||||||
|
|
Loading…
Reference in a new issue