diff --git a/.config/i3/config b/.config/i3/config index 6722761..dedd100 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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/*" diff --git a/.config/wallpapers/castle.jpg b/.config/wallpapers/castle.jpg new file mode 100755 index 0000000..d9d58d9 Binary files /dev/null and b/.config/wallpapers/castle.jpg differ diff --git a/.config/wallpapers/diceRed.jpg b/.config/wallpapers/diceRed.jpg new file mode 100644 index 0000000..f4dfef1 Binary files /dev/null and b/.config/wallpapers/diceRed.jpg differ diff --git a/.config/wallpapers/enchanted-forest.jpg b/.config/wallpapers/enchanted-forest.jpg new file mode 100755 index 0000000..ff3f954 Binary files /dev/null and b/.config/wallpapers/enchanted-forest.jpg differ diff --git a/.config/wallpapers/glyphRed.jpg b/.config/wallpapers/glyphRed.jpg new file mode 100644 index 0000000..70d3bfe Binary files /dev/null and b/.config/wallpapers/glyphRed.jpg differ diff --git a/.config/wallpapers/redBook.jpg b/.config/wallpapers/redBook.jpg new file mode 100644 index 0000000..fb5adb4 Binary files /dev/null and b/.config/wallpapers/redBook.jpg differ diff --git a/.config/wallpapers/redLight.jpg b/.config/wallpapers/redLight.jpg new file mode 100644 index 0000000..db90ede Binary files /dev/null and b/.config/wallpapers/redLight.jpg differ diff --git a/.config/wallpapers/steamPunkBot.jpg b/.config/wallpapers/steamPunkBot.jpg new file mode 100644 index 0000000..e642160 Binary files /dev/null and b/.config/wallpapers/steamPunkBot.jpg differ diff --git a/.config/wallpapers/steamPunkCity.jpg b/.config/wallpapers/steamPunkCity.jpg new file mode 100644 index 0000000..35737e5 Binary files /dev/null and b/.config/wallpapers/steamPunkCity.jpg differ diff --git a/.fehbg b/.fehbg new file mode 100755 index 0000000..89c01aa --- /dev/null +++ b/.fehbg @@ -0,0 +1,2 @@ +#!/bin/sh +feh --no-fehbg --bg-fill --randomize ~/.config/wallpapers/*