diff options
Diffstat (limited to '.xinitrc')
| -rwxr-xr-x | .xinitrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,8 @@ export XMODIFIERS='@im=ibus' dbus-update-activation-environment \ --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY +export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus + rfkill block all ibus-daemon -dxrR @@ -27,6 +29,8 @@ xrandr --auto --output DisplayPort-2 --mode 1600x900 --left-of HDMI-A-0 xset s off -dpms +setxkbmap -option "ctrl:nocaps" + xwallpaper --maximize "$(/usr/bin/ls -d -1 /media/HDD/Pictures/wallpaper/* | shuf -n1)" & compton --config /home/cafebabe/.config/compton/compton.conf -b |
