From c66861483b4b560a972e9792b0cbded2994a1f29 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Mon, 15 Jan 2024 00:07:41 +0000
Subject: [PATCH] Add keybinding to switch wallpaper

---
 system/nixos/home-manager/modules/i3.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system/nixos/home-manager/modules/i3.nix b/system/nixos/home-manager/modules/i3.nix
index 0dd8d46b..ab9b4718 100644
--- a/system/nixos/home-manager/modules/i3.nix
+++ b/system/nixos/home-manager/modules/i3.nix
@@ -34,6 +34,7 @@ in
         "${modifier}+Shift+k" = "move up";
         "${modifier}+Shift+l" = "move right";
 
+        "${modifier}+Shift+s" = "exec --no-startup-id feh --randomize --bg-scale /home/${username}/Pictures/Wallpaper/*;";
         "${modifier}+Shift+p" = "exec flameshot gui";
         "${modifier}+Shift+y" = "exec copyq toggle";