From 93363b78285f826745e8533c7d716498b0c50d82 Mon Sep 17 00:00:00 2001 From: "Christopher R. Nelson" Date: Sat, 20 Jan 2024 20:49:52 -0500 Subject: sway-contrib: additional useful scripts for swaywm --- crn/packages/patches/sway-contrib-python.patch | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) (limited to 'crn/packages/patches/sway-contrib-python.patch') diff --git a/crn/packages/patches/sway-contrib-python.patch b/crn/packages/patches/sway-contrib-python.patch index 78f8f0b..ff4f344 100644 --- a/crn/packages/patches/sway-contrib-python.patch +++ b/crn/packages/patches/sway-contrib-python.patch @@ -1,18 +1,10 @@ -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 +diff --git a/firefox-focus-monitor.py b/firefox-focus-monitor.py +old mode 100644 +new mode 100755 +index d2a2d42..659b893 +--- a/firefox-focus-monitor.py ++++ b/firefox-focus-monitor.py +@@ -1,2 +1,3 @@ +#!/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). + """ + Utility to selectively disable keypresses to specific windows. -- cgit v1.2.3