Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Fix Firefox so that it doesn't always run in workspace 9
@ 2024-05-21  8:57 oldstager
  2024-05-21 10:37 ` [PR PATCH] [Closed]: dwm: patch to make Firefox " ahesford
  2024-05-21 10:37 ` ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: oldstager @ 2024-05-21  8:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 567 bytes --]

There is a new pull request by oldstager against master on the void-packages repository

https://github.com/oldstager/void-packages fix-firefox
https://github.com/void-linux/void-packages/pull/50453

Fix Firefox so that it doesn't always run in workspace 9
Using default config.h from dwm, every instance of Firefox will **always** run in workspace 9. This patch is used to make dwm run Firefox in current active workspace so that user may run Firefox in any workspace (0-9).

A patch file from https://github.com/void-linux/void-packages/pull/50453.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-firefox-50453.patch --]
[-- Type: text/x-diff, Size: 1414 bytes --]

From 259fdc052c1858fed9ee04b62cd88c02f2544f26 Mon Sep 17 00:00:00 2001
From: "Bambang Purnomosidi D. P." <phylossophie@gmail.com>
Date: Tue, 21 May 2024 15:50:39 +0700
Subject: [PATCH] Fix Firefox so that it doesn't always run in workspace 9

---
 srcpkgs/dwm/patches/fix-firefox.patch | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/dwm/patches/fix-firefox.patch

diff --git a/srcpkgs/dwm/patches/fix-firefox.patch b/srcpkgs/dwm/patches/fix-firefox.patch
new file mode 100644
index 00000000000000..8636d62a28ff8e
--- /dev/null
+++ b/srcpkgs/dwm/patches/fix-firefox.patch
@@ -0,0 +1,20 @@
+diff '--color=auto' -crB dwm-6.5.orig/config.def.h dwm-6.5/config.def.h
+*** dwm-6.5.orig/config.def.h	2024-05-21 14:45:25.373046861 +0700
+--- dwm-6.5/config.def.h	2024-05-21 14:45:53.374487102 +0700
+***************
+*** 28,34 ****
+  	 */
+  	/* class      instance    title       tags mask     isfloating   monitor */
+  	{ "Gimp",     NULL,       NULL,       0,            1,           -1 },
+! 	{ "Firefox",  NULL,       NULL,       1 << 8,       0,           -1 },
+  };
+  
+  /* layout(s) */
+--- 28,34 ----
+  	 */
+  	/* class      instance    title       tags mask     isfloating   monitor */
+  	{ "Gimp",     NULL,       NULL,       0,            1,           -1 },
+! 	{ "Firefox",  NULL,       NULL,       0,            0,           -1 },
+  };
+  
+  /* layout(s) */

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: dwm: patch to make Firefox doesn't always run in workspace 9
  2024-05-21  8:57 [PR PATCH] Fix Firefox so that it doesn't always run in workspace 9 oldstager
@ 2024-05-21 10:37 ` ahesford
  2024-05-21 10:37 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2024-05-21 10:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 585 bytes --]

There's a closed pull request on the void-packages repository

dwm: patch to make Firefox doesn't always run in workspace 9
https://github.com/void-linux/void-packages/pull/50453

Description:
Testing the changes

    I tested the changes in this PR: YES

Local build testing

    I built this PR locally for my native architecture: x86_64 (glibc)

Note:

Using default config.h from dwm, every instance of Firefox will **always** run in workspace 9. This patch is used to make dwm run Firefox in current active workspace so that user may run Firefox in any workspace (0-9).

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: dwm: patch to make Firefox doesn't always run in workspace 9
  2024-05-21  8:57 [PR PATCH] Fix Firefox so that it doesn't always run in workspace 9 oldstager
  2024-05-21 10:37 ` [PR PATCH] [Closed]: dwm: patch to make Firefox " ahesford
@ 2024-05-21 10:37 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2024-05-21 10:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 171 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/50453#issuecomment-2122318756

Comment:
This patch belongs upstream.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-21 10:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-21  8:57 [PR PATCH] Fix Firefox so that it doesn't always run in workspace 9 oldstager
2024-05-21 10:37 ` [PR PATCH] [Closed]: dwm: patch to make Firefox " ahesford
2024-05-21 10:37 ` ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).