diff options
Diffstat (limited to 'root/.xprofile')
-rwxr-xr-x | root/.xprofile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/root/.xprofile b/root/.xprofile new file mode 100755 index 0000000..6c0a3bd --- /dev/null +++ b/root/.xprofile @@ -0,0 +1,8 @@ +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 +xmodmap ~/.Xmodmap +xrdb ~/.Xresources +pulseaudio & |