From 15e94d2694f8e84b0fa4454200c1c5bd0c449089 Mon Sep 17 00:00:00 2001 From: zsmith Date: Mon, 11 Aug 2025 09:26:05 -0500 Subject: Remove everything not Mac compatible --- hypr/hyprscratch.conf | 125 -------------------------------------------------- 1 file changed, 125 deletions(-) delete mode 100644 hypr/hyprscratch.conf (limited to 'hypr/hyprscratch.conf') diff --git a/hypr/hyprscratch.conf b/hypr/hyprscratch.conf deleted file mode 100644 index 4274dcd..0000000 --- a/hypr/hyprscratch.conf +++ /dev/null @@ -1,125 +0,0 @@ -# Optional globals that apply to all scratchpads -daemon_options = clean - -global_rules = size 50% 50% - -sphtop { - # Mandatory fields - title = sphtop - command = kitty -T sphtop htop - - # Optional fields - options = lazy - options = special -} - -spterm { - # Mandatory fields - title = spterm - command = kitty -T spterm - - # Optional fields - options = lazy - options = special -} - -sppmxr { - # Mandatory fields - title = sppmxr - command = kitty -T sppmxr pulsemixer - - # Optional fields - options = lazy - options = special -} - -spblue { - # Mandatory fields - title = spblue - command = kitty -T spblue bluetoothctl - - # Optional fields - options = lazy - options = special -} - -spncmp { - # Mandatory fields - title = spncmp - command = kitty -T spncmp ncmpcpp - - # Optional fields - options = lazy - options = special -} - -spmutt { - # Mandatory fields - title = spmutt - command = kitty -T spmutt neomutt - - # Optional fields - options = lazy - options = special -} - -spprof { - # Mandatory fields - title = spprof - command = kitty -T spprof profanity - - # Optional fields - options = lazy - options = special -} - -spirss { - # Mandatory fields - title = spirss - command = kitty -T spirss irssi - - # Optional fields - options = lazy - options = special -} - -sptodo { - # Mandatory fields - title = sptodo - command = kitty -T sptodo todo - - # Optional fields - options = lazy - options = special -} - -sptrmc { - # Mandatory fields - title = sptrmc - command = kitty -T sptrmc tremc - - # Optional fields - options = lazy - options = special -} - -helvum { - # Mandatory fields - title = Helvum - Pipewire Patchbay - command = helvum - - # Optional fields - options = lazy - options = special -} - -easyeffects { - # Mandatory fields - title = Easy Effects - command = easyeffects - - # Optional fields - options = lazy - options = special -} - -- cgit v1.2.3