Update swayswitch

shebang
This commit is contained in:
Mikael Nordin 2020-12-24 23:17:55 +01:00 committed by GitHub
parent dac804e64f
commit 3168594c39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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