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
|
||||
|
||||
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap
|
||||
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
|
||||
|
||||
[ -f ~/.config/Xresources ] && xrdb -merge ~/.config/Xresources
|
||||
xset r rate 200 50
|
||||
|
||||
exec i3
|
||||
|
|
Loading…
Reference in a new issue