add wallpapers
|
@ -231,3 +231,5 @@ workspace_auto_back_and_forth yes
|
|||
bindsym $mod+m exec --no-startup-id "sh ~/.screenlayout/dualScreen.sh"
|
||||
# use only the main screen
|
||||
bindsym $mod+Shift+m exec --no-startup-id "sh ~/.screenlayout/no_external.sh"
|
||||
# change wallpaper
|
||||
bindsym $mod+w exec --no-startup-id "feh --no-fehbg --bg-fill --randomize ~/.config/wallpapers/*"
|
||||
|
|
BIN
.config/wallpapers/castle.jpg
Executable file
After Width: | Height: | Size: 1.4 MiB |
BIN
.config/wallpapers/diceRed.jpg
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
.config/wallpapers/enchanted-forest.jpg
Executable file
After Width: | Height: | Size: 185 KiB |
BIN
.config/wallpapers/glyphRed.jpg
Normal file
After Width: | Height: | Size: 173 KiB |
BIN
.config/wallpapers/redBook.jpg
Normal file
After Width: | Height: | Size: 172 KiB |
BIN
.config/wallpapers/redLight.jpg
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
.config/wallpapers/steamPunkBot.jpg
Normal file
After Width: | Height: | Size: 293 KiB |
BIN
.config/wallpapers/steamPunkCity.jpg
Normal file
After Width: | Height: | Size: 146 KiB |
2
.fehbg
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
feh --no-fehbg --bg-fill --randomize ~/.config/wallpapers/*
|