diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-04-12 17:06:29 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-04-12 17:06:29 +0200 |
commit | cbe9af1d1d72741d6e5d5d0152934abc31d78bcb (patch) | |
tree | 51a3bf5e37a4aeff798038d642d6ea26272756a0 /.autostart | |
parent | 0cf1fd3a283f8a4b0d0418402a875d03ceb002dd (diff) |
moving to decouple from systemd
Diffstat (limited to '.autostart')
-rwxr-xr-x | .autostart | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ wait_time=0.1 # xrandr --addmode DP-3 "1280x1024_75.00" # xrandr --output DP-1 --off --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off --output DP-3 --mode 1280x1024_75.00 --pos 1920x0 --rotate normal -nitrogen --restore +feh --randomize --no-fehbg \ + --bg-fill /home/tom/personal/wallpapers/* xset s off -dpms xscreensaver -no-splash & |