diff options
Diffstat (limited to 'root/.xprofile')
-rwxr-xr-x | root/.xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/.xprofile b/root/.xprofile index f6002fb..15941d2 100755 --- a/root/.xprofile +++ b/root/.xprofile @@ -2,7 +2,7 @@ xrandr --output HDMI-1 --set "Broadcast RGB" "Full" setxkbmap si xset r rate 150 60 # delay cps xset b off # zvonček -xkbcomp -I/root/xkb ~/xkb/map $DISPLAY +xkbcomp -I$HOME/xkb ~/xkb/map $DISPLAY xmodmap ~/.Xmodmap xrdb ~/.Xresources pulseaudio & |