diff --git a/README.md b/README.md
index 522eed5..b37ea80 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,76 @@ If you are on NixOS and have flakes enabled, you can just clone the repo and run
```sr``` == ```source ~/.zshrc```
+## Bindings
+'mod' is Super by default.
+
+ Utility
+ ```mod + printscreen``` = grimblast copy area
+
+ ```mod + t``` = open swaync-client
+
+ ```mod + a``` = open firefox
+
+ ```mod + q``` = open kitty
+
+ ```mod + c``` = kill active window
+
+ ```mod + e``` = open nemo (file browser)
+
+ ```mod + p``` = open toolbelt script window
+
+ ```mod + m``` = open fuzzel (application launcher)
+
+ ```mod + r``` = open neovide (neovim GUI)
+
+
+
+ Navigation
+ ```super + b``` = togglesplit, # dwindle
+
+ ```super + f``` = togglefloating
+
+ ```super + g``` = fullscreen
+
+ ```super + h``` = movefocus, l
+
+ ```super + l``` = movefocus, r
+
+ ```super + k``` = movefocus, u
+
+ ```super + j``` = movefocus, d
+
+ ```super + d``` = exec, switchmon
+
+ ```super + 1``` = go to workspace 1
+
+ ```super + 2``` = go to workspace 2
+
+ ```super + 3``` = go to workspace 3
+
+ ```super + 4``` = go to workspace 4
+
+ ```super + 5``` = go to workspace 5
+
+ ```super + 6``` = go to workspace 6
+
+ ```super + shift + 1``` = movetoworkspace, 1
+
+ ```super + shift + 2``` = movetoworkspace, 2
+
+ ```super + shift + 3``` = movetoworkspace, 3
+
+ ```super + shift + 4``` = movetoworkspace, 4
+
+ ```super + shift + 5``` = movetoworkspace, 5
+
+ ```super + shift + 6``` = movetoworkspace, 6
+
+ ```super + s``` = togglespecialworkspace, magic
+
+ ```super + shift + s``` = movetoworkspace, special:magic
+
+
---
diff --git a/assets/wallpapers/catppuccin/cat-leaves.png b/assets/wallpapers/cat-leaves.png
similarity index 100%
rename from assets/wallpapers/catppuccin/cat-leaves.png
rename to assets/wallpapers/cat-leaves.png
diff --git a/assets/wallpapers/catppuccin/nixos-catppuccin.png b/assets/wallpapers/nixos-catppuccin.png
similarity index 100%
rename from assets/wallpapers/catppuccin/nixos-catppuccin.png
rename to assets/wallpapers/nixos-catppuccin.png
diff --git a/assets/wallpapers/catppuccin/nixos_blue.png b/assets/wallpapers/nixos_blue.png
similarity index 100%
rename from assets/wallpapers/catppuccin/nixos_blue.png
rename to assets/wallpapers/nixos_blue.png
diff --git a/modules/home/environment/hyprland/config.nix b/modules/home/environment/hyprland/config.nix
index c908cde..584c49f 100644
--- a/modules/home/environment/hyprland/config.nix
+++ b/modules/home/environment/hyprland/config.nix
@@ -159,7 +159,6 @@ in
"super, t, exec, swaync-client -t -sw"
"super, a, exec, firefox"
"super, q, exec, kitty --title Kitty"
- "super, d, exec, switchmon"
"super, c, killactive,"
"super, e, exec, nemo"
"super, p, exec, [float;size 40% 25%;move onscreen cursor] [ ! -f /tmp/keyringfile ] && kitty toolbelt"
@@ -173,38 +172,21 @@ in
"super, l, movefocus, r"
"super, k, movefocus, u"
"super, j, movefocus, d"
+ "super, d, exec, switchmon"
"super, 1, exec, hyprctl 'dispatch workspace 1'"
"super, 2, exec, hyprctl 'dispatch workspace 2'"
"super, 3, exec, hyprctl 'dispatch workspace 3'"
"super, 4, exec, hyprctl 'dispatch workspace 4'"
"super, 5, exec, hyprctl 'dispatch workspace 5'"
"super, 6, exec, hyprctl 'dispatch workspace 6'"
- "super, 7, exec, hyprctl 'dispatch workspace 7'"
- "super, 8, exec, hyprctl 'dispatch workspace 8'"
- "super, 9, exec, hyprctl 'dispatch workspace 9'"
- "super, 0, exec, hyprctl 'dispatch workspace 10'"
- "super alt, g, togglegroup"
- "super alt, h, changegroupactive, b"
- "super alt, l, changegroupactive, f"
- "super shift, h, movewindoworgroup, l"
- "super shift, l, movewindoworgroup, r"
- "super shift, k, movewindoworgroup, u"
- "super shift, j, movewindoworgroup, d"
"super shift, 1, movetoworkspace, 1"
"super shift, 2, movetoworkspace, 2"
"super shift, 3, movetoworkspace, 3"
"super shift, 4, movetoworkspace, 4"
"super shift, 5, movetoworkspace, 5"
"super shift, 6, movetoworkspace, 6"
- "super shift, 7, movetoworkspace, 7"
- "super shift, 8, movetoworkspace, 8"
- "super shift, 9, movetoworkspace, 9"
- "super shift, 0, movetoworkspace, 10"
"super, s, togglespecialworkspace, magic"
"super shift, s, movetoworkspace, special:magic"
- "alt, grave, togglespecialworkspace, console"
- "super, mouse_down, workspace, e+1"
- "super, mouse_up, workspace, e-1"
];
bindm = [
"super, mouse:272, movewindow"