From 3168594c39977d40b5d084f40e433f814751020a Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Thu, 24 Dec 2020 23:17:55 +0100 Subject: [PATCH] Update swayswitch shebang --- swayswitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swayswitch b/swayswitch index adb9b36..56cc2fa 100755 --- a/swayswitch +++ b/swayswitch @@ -1,4 +1,4 @@ -#!/bin/python3 +#!/usr/bin/env python3 """A simple windowswitcher for sway""" # switch_window, get_windows and extract_nodes_iterative is derived from # https://github.com/tobiaspc/wofi-scripts Copyright (c) 2020 Tobi which