diff options
Diffstat (limited to 'hypr/hyprscratch.conf')
-rw-r--r-- | hypr/hyprscratch.conf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/hypr/hyprscratch.conf b/hypr/hyprscratch.conf index ce73d98..4274dcd 100644 --- a/hypr/hyprscratch.conf +++ b/hypr/hyprscratch.conf @@ -6,7 +6,7 @@ global_rules = size 50% 50% sphtop { # Mandatory fields title = sphtop - command = st -t sphtop htop + command = kitty -T sphtop htop # Optional fields options = lazy @@ -16,7 +16,7 @@ sphtop { spterm { # Mandatory fields title = spterm - command = st -t spterm + command = kitty -T spterm # Optional fields options = lazy @@ -26,7 +26,7 @@ spterm { sppmxr { # Mandatory fields title = sppmxr - command = st -t sppmxr pulsemixer + command = kitty -T sppmxr pulsemixer # Optional fields options = lazy @@ -36,7 +36,7 @@ sppmxr { spblue { # Mandatory fields title = spblue - command = st -t spblue bluetoothctl + command = kitty -T spblue bluetoothctl # Optional fields options = lazy @@ -46,7 +46,7 @@ spblue { spncmp { # Mandatory fields title = spncmp - command = st -t spncmp ncmpcpp + command = kitty -T spncmp ncmpcpp # Optional fields options = lazy @@ -56,7 +56,7 @@ spncmp { spmutt { # Mandatory fields title = spmutt - command = st -t spmutt neomutt + command = kitty -T spmutt neomutt # Optional fields options = lazy @@ -66,7 +66,7 @@ spmutt { spprof { # Mandatory fields title = spprof - command = st -t spprof profanity + command = kitty -T spprof profanity # Optional fields options = lazy @@ -76,7 +76,7 @@ spprof { spirss { # Mandatory fields title = spirss - command = st -t spirss irssi + command = kitty -T spirss irssi # Optional fields options = lazy @@ -86,7 +86,7 @@ spirss { sptodo { # Mandatory fields title = sptodo - command = st -t sptodo todo + command = kitty -T sptodo todo # Optional fields options = lazy @@ -96,7 +96,7 @@ sptodo { sptrmc { # Mandatory fields title = sptrmc - command = st -t sptrmc tremc + command = kitty -T sptrmc tremc # Optional fields options = lazy |