From 4892446e572fdee164f60cd55665e9737becbfa6 Mon Sep 17 00:00:00 2001 From: Piotr Bartoszewicz Date: Sun, 8 Jun 2025 10:04:59 +0200 Subject: fix: hardcoded interpreter paths --- toggles/specialws.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toggles') diff --git a/toggles/specialws.fish b/toggles/specialws.fish index 445539d..01fcfd7 100755 --- a/toggles/specialws.fish +++ b/toggles/specialws.fish @@ -1,4 +1,4 @@ -#!/bin/fish +#!/usr/bin/env fish if ! hyprctl workspaces -j | jq -e 'first(.[] | select(.name == "special:special"))' set activews (hyprctl activewindow -j | jq -r '.workspace.name') -- cgit v1.2.3-freya