From 51cfe144801452d3b185672ce1eac8b4b01d3f3b Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 14 Jun 2021 09:45:20 +0200 Subject: [PATCH] Update wallpaper --- files/.xinitrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/.xinitrc b/files/.xinitrc index 69231ac..f43a423 100755 --- a/files/.xinitrc +++ b/files/.xinitrc @@ -37,14 +37,14 @@ export WINIT_UNIX_BACKEND=x11 # university wants me to use intellij, but dwm rightfully hates it export _JAVA_AWT_WM_NONREPARENTING=1 -# 100hz :) +# desktop or laptop? if [ `hostname` == "nazarick" ];then xrandr --output DP-3 --mode 3440x1440 --rate 99.98 + feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper219.png +else + feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper169.png + #asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 100 & fi -# wallpaper -feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png -#asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 100 & - dwmblocks & exec dwm 2> ~/.dwm.log