Github messages for voidlinux
 help / color / mirror / Atom feed
From: oldstager <oldstager@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Fix Firefox so that it doesn't always run in workspace 9
Date: Tue, 21 May 2024 10:57:22 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50453@inbox.vuxu.org> (raw)

[-- 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) */

             reply	other threads:[~2024-05-21  8:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-21  8:57 oldstager [this message]
2024-05-21 10:37 ` [PR PATCH] [Closed]: dwm: patch to make Firefox " ahesford
2024-05-21 10:37 ` ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50453@inbox.vuxu.org \
    --to=oldstager@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).