Replaced feh with xwallpaper in i3 config and now the backgrounds are picked randomly from ~/.local/share/backgrounds/*

master
Meliurwen 3 years ago
parent f5349c0496
commit a4a52aec27
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 2
      i3/.config/i3/config

@ -236,7 +236,7 @@ exec_always --no-startup-id numlockx on
# launched an `exec` command.
# Background
exec --no-startup-id feh --bg-fill $HOME/Scaricati/alfven-ato-array.jpg
exec --no-startup-id xwallpaper --daemon --output all --zoom "$(shuf -n1 -e $HOME/.local/share/backgrounds/*)"
# Compositor
exec --no-startup-id picom --config ~/.config/picom/config

Loading…
Cancel
Save