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