diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index c1d9e63..292d728 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -6,7 +6,11 @@ sxhkd & picom & -feh --bg-scale /home/marc/Archiv/Bilder/Wallpaper/3440x1440/3440x1440_Sea_Sunset.jpg & +if [[ $(hostname) == 'laptop' ]]; then + feh --bg-scale /home/marc/Archiv/Bilder/Wallpaper/1920x1080/1920x1080_road_marking_evening_clouds_horizon.jpg +else + feh --bg-scale /home/marc/Archiv/Bilder/Wallpaper/3440x1440/3440x1440_Sea_Sunset.jpg & +fi bspc monitor -d I II III IV V VI VII VIII IX X