aboutsummaryrefslogtreecommitdiff
path: root/crn/packages/patches/sway-contrib-python.patch
diff options
context:
space:
mode:
authorChristopher R. Nelson <christopher.nelson@languidnights.com>2023-05-13 13:14:08 -0400
committerChristopher R. Nelson <christopher.nelson@languidnights.com>2023-05-13 13:14:08 -0400
commit2480744234dd4226ef3b723870ca9e4e022ee754 (patch)
treeb415ef3181becb4dda5abe747bef3a35d9e73721 /crn/packages/patches/sway-contrib-python.patch
parent4849a5b03f8663f5f01832c2c7191c6e4dbc69bf (diff)
add sway-contrib (mostly) python programs
Diffstat (limited to 'crn/packages/patches/sway-contrib-python.patch')
-rw-r--r--crn/packages/patches/sway-contrib-python.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/crn/packages/patches/sway-contrib-python.patch b/crn/packages/patches/sway-contrib-python.patch
new file mode 100644
index 0000000..78f8f0b
--- /dev/null
+++ b/crn/packages/patches/sway-contrib-python.patch
@@ -0,0 +1,18 @@
+diff --unified a/contrib/autoname-workspaces.py b/contrib/autoname-workspaces.py
+--- a/contrib/autoname-workspaces.py 2023-05-13 13:02:45.738991799 -0400
++++ b/contrib/autoname-workspaces.py 2023-05-13 13:04:08.494950048 -0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/usr/bin/env python3
+
+ # This script requires i3ipc-python package (install it from a system package manager
+ # or pip).
+diff --unified a/contrib/inactive-windows-transparency.py b/contrib/inactive-windows-transparency.py
+--- a/contrib/inactive-windows-transparency.py 2023-05-13 12:52:44.367358344 -0400
++++ b/contrib/inactive-windows-transparency.py 2023-05-13 12:29:43.700170305 -0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/usr/bin/env python3
+
+ # This script requires i3ipc-python package (install it from a system package manager
+ # or pip).