Browse Source

added feh wallpaper for laptop

master
Marc 4 years ago
parent
commit
b902d8d59a
1 changed files with 5 additions and 1 deletions
  1. 6
      .config/bspwm/bspwmrc

6
.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

Loading…
Cancel
Save