diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2023-07-29 00:49:38 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2023-07-29 00:49:38 +0200 |
commit | be9168b19a2ab0884c3a4185d0089ed42e87c0e5 (patch) | |
tree | 33937ee6610f7bce3bd23247a22ae4a06b8f27f8 /root/.xprofile | |
parent | c (diff) | |
download | n-be9168b19a2ab0884c3a4185d0089ed42e87c0e5.tar n-be9168b19a2ab0884c3a4185d0089ed42e87c0e5.tar.gz n-be9168b19a2ab0884c3a4185d0089ed42e87c0e5.tar.bz2 n-be9168b19a2ab0884c3a4185d0089ed42e87c0e5.tar.lz n-be9168b19a2ab0884c3a4185d0089ed42e87c0e5.tar.xz n-be9168b19a2ab0884c3a4185d0089ed42e87c0e5.tar.zst n-be9168b19a2ab0884c3a4185d0089ed42e87c0e5.zip |
Diffstat (limited to '')
-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 & |