From cd6b8ea9f0e2756910560141b29c752cb5e5e69b Mon Sep 17 00:00:00 2001
From: Jacob Babor <jacob@babor.tech>
Date: Fri, 24 Jan 2025 01:42:04 -0600
Subject: [PATCH] Remove weird scratchpad keybinds

---
 hyprland/.config/hypr/config.d/03-keybinds.conf | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/hyprland/.config/hypr/config.d/03-keybinds.conf b/hyprland/.config/hypr/config.d/03-keybinds.conf
index 209467d6..34832f67 100644
--- a/hyprland/.config/hypr/config.d/03-keybinds.conf
+++ b/hyprland/.config/hypr/config.d/03-keybinds.conf
@@ -75,10 +75,6 @@ bind = $mainMod SHIFT, 9, movetoworkspace, 9
 bind = $mainMod SHIFT, 0, movetoworkspace, 10
 bind = $mainMod SHIFT, MINUS, movetoworkspace, 11
 
-# Example special workspace (scratchpad)
-bind = $mainMod, S, togglespecialworkspace, magic
-bind = $mainMod SHIFT, S, movetoworkspace, special:magic
-
 # Scroll through existing workspaces with mainMod + scroll
 bind = $mainMod, Period, workspace, e+1
 bind = $mainMod, Comma, workspace, e-1