diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-11-11 11:18:19 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-11-11 11:18:19 +0100 |
| commit | f33a5662bc95b2f28af4c6beec20212d493e9e68 (patch) | |
| tree | 15aba781c252ad3ad2889cc0888a7984380569fa /.xinitrc | |
| parent | 10e9d39d764bba906a2e037f35dc282cacdd9d89 (diff) | |
set nonreparenting global variable in profile
Diffstat (limited to '.xinitrc')
| -rwxr-xr-x | .xinitrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
