xinitrc: small fix
This commit is contained in:
parent
1ca5816a56
commit
afdcd85fa0
1 changed files with 1 additions and 3 deletions
|
@ -1,12 +1,10 @@
|
|||
#!/bin/sh
|
||||
$TERMINAL=urxvt
|
||||
TERMINAL=urxvt
|
||||
userresources=$HOME/.Xresources
|
||||
usermodmap=$HOME/.Xmodmap
|
||||
sysresources=/etc/X11/xinit/.Xresources
|
||||
sysmodmap=/etc/X11/xinit/.Xmodmap
|
||||
|
||||
|
||||
|
||||
# merge in defaults and keymaps
|
||||
|
||||
if [ -f $sysresources ]; then
|
||||
|
|
Loading…
Reference in a new issue