From f33a5662bc95b2f28af4c6beec20212d493e9e68 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 11 Nov 2022 11:18:19 +0100 Subject: set nonreparenting global variable in profile --- .xinitrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index f587866..a17aa5c 100755 --- a/.xinitrc +++ b/.xinitrc @@ -23,9 +23,11 @@ rfkill block all ibus-daemon -dxrR xrandr --auto --output HDMI-A-0 --mode 1920x1080 --primary -xrandr --auto --output DisplayPort-2 --mode 1600x900 --right-of HDMI-A-0 +xrandr --auto --output DisplayPort-2 --mode 1600x900 --left-of HDMI-A-0 -xwallpaper --maximize "$(/usr/bin/ls -d -1 /media/HDD/Pictures/Wallpaper/* | shuf -n1)" & +xset s off -dpms + +xwallpaper --maximize "$(/usr/bin/ls -d -1 /media/HDD/Pictures/wallpaper/* | shuf -n1)" & compton --config /home/cafebabe/.config/compton/compton.conf -b -- cgit v1.2.3