Updoots for new monitor

This commit is contained in:
Marco Thomas
2021-06-07 14:22:47 +02:00
parent 213d66ec3c
commit f1bc78c042
4 changed files with 16 additions and 11 deletions

View File

@@ -28,7 +28,6 @@ setxkbmap -layout za
fcitx -d &
nextcloud &
dunst &
#picom &
nm-applet &
# fcitx exports
@@ -44,6 +43,11 @@ export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/b
# university wants me to use intellij, but dwm rightfully hates it
export _JAVA_AWT_WM_NONREPARENTING=1
# 100hz :)
if [ `hostname` == "nazarick" ];then
xrandr --output DP-3 --mode 3440x1440 --rate 99.98
fi
# wallpaper
feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
#asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 100 &