Use feh for background wallpaper
This commit is contained in:
parent
c92209acfb
commit
09746c4d33
@ -432,7 +432,7 @@ exec_always --no-startup-id numlockx on
|
||||
#exec --no-startup-id volumeicon
|
||||
|
||||
#variety
|
||||
exec --no-startup-id variety
|
||||
#exec --no-startup-id variety
|
||||
|
||||
#Corectrl
|
||||
exec --no-startup-id corectrl
|
||||
@ -458,6 +458,9 @@ exec --no-startup-id protonmail-bridge -no-window
|
||||
# PulseEffects
|
||||
exec --no-startup-id pulseeffects --gapplication-service
|
||||
|
||||
# feh background image
|
||||
exec --no-startup-id bash $HOME/.fehbg &
|
||||
|
||||
|
||||
#####################################################################################################################
|
||||
################# system applications #################
|
||||
@ -588,11 +591,11 @@ for_window [class="tufts-vue-VUE" title="ColorPopupMenu"] floating enable
|
||||
|
||||
#Variety keybindings mod1 = ALT
|
||||
# next wallpaper
|
||||
bindsym mod1+n exec --no-startup-id variety -n
|
||||
bindsym mod1+Right exec --no-startup-id variety -n
|
||||
#bindsym mod1+n exec --no-startup-id variety -n
|
||||
#bindsym mod1+Right exec --no-startup-id variety -n
|
||||
# previous wallpaper
|
||||
bindsym mod1+p exec --no-startup-id variety -p
|
||||
bindsym mod1+Left exec --no-startup-id variety -p
|
||||
#bindsym mod1+p exec --no-startup-id variety -p
|
||||
#bindsym mod1+Left exec --no-startup-id variety -p
|
||||
|
||||
|
||||
#####################################################################################################################
|
||||
|
2
arch-config/.fehbg
Executable file
2
arch-config/.fehbg
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
feh --no-fehbg --bg-scale '$HOME/Bilder/Backgrounds/spaceengine/scr00019.png'
|
Loading…
Reference in New Issue
Block a user