Add xinitrc
This commit is contained in:
parent
93fa4f7d3c
commit
61eb761980
2 changed files with 6 additions and 7 deletions
6
roles/home-gui/files/xinitrc
Executable file
6
roles/home-gui/files/xinitrc
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
. "$HOME/.profile"
|
||||||
|
xset -b # Disable the audible bell.
|
||||||
|
xrandr --dpi 96 # Set the fonts to the normal DPI.
|
||||||
|
xrdb -load "$HOME/.Xresources"
|
||||||
|
exec icewm-session
|
|
@ -1,7 +0,0 @@
|
||||||
PATH=/usr/bin:/bin:/usr/X11R7/bin:/usr/pkg/bin
|
|
||||||
XDG_DATA_HOME=$HOME/.local/share
|
|
||||||
XDG_DATA_DIRS=/usr/local/share:/usr/share:/usr/pkg/share
|
|
||||||
xrdb -merge ~/.Xresources
|
|
||||||
xset b off
|
|
||||||
setxkbmap us
|
|
||||||
exec /usr/pkg/bin/startxfce4
|
|
Loading…
Reference in a new issue