Use feh for background wallpaper

This commit is contained in:
RealStickman 2020-12-04 16:06:22 +01:00
parent c92209acfb
commit 09746c4d33
2 changed files with 10 additions and 5 deletions

View File

@ -432,7 +432,7 @@ exec_always --no-startup-id numlockx on
#exec --no-startup-id volumeicon #exec --no-startup-id volumeicon
#variety #variety
exec --no-startup-id variety #exec --no-startup-id variety
#Corectrl #Corectrl
exec --no-startup-id corectrl exec --no-startup-id corectrl
@ -458,6 +458,9 @@ exec --no-startup-id protonmail-bridge -no-window
# PulseEffects # PulseEffects
exec --no-startup-id pulseeffects --gapplication-service exec --no-startup-id pulseeffects --gapplication-service
# feh background image
exec --no-startup-id bash $HOME/.fehbg &
##################################################################################################################### #####################################################################################################################
################# system applications ################# ################# system applications #################
@ -588,11 +591,11 @@ for_window [class="tufts-vue-VUE" title="ColorPopupMenu"] floating enable
#Variety keybindings mod1 = ALT #Variety keybindings mod1 = ALT
# next wallpaper # next wallpaper
bindsym mod1+n exec --no-startup-id variety -n #bindsym mod1+n exec --no-startup-id variety -n
bindsym mod1+Right exec --no-startup-id variety -n #bindsym mod1+Right exec --no-startup-id variety -n
# previous wallpaper # previous wallpaper
bindsym mod1+p exec --no-startup-id variety -p #bindsym mod1+p exec --no-startup-id variety -p
bindsym mod1+Left exec --no-startup-id variety -p #bindsym mod1+Left exec --no-startup-id variety -p
##################################################################################################################### #####################################################################################################################

2
arch-config/.fehbg Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
feh --no-fehbg --bg-scale '$HOME/Bilder/Backgrounds/spaceengine/scr00019.png'