* [gentoo-commits] repo/gentoo:master commit in: x11-wm/awesome/files/
@ 2017-02-18 22:09 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-02-18 22:09 UTC (permalink / raw
To: gentoo-commits
commit: aed57db2446c4ec1a6856e1581bf092759a9b1db
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Feb 18 15:45:39 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 22:08:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed57db2
x11-wm/awesome: remove unused file
Closes: https://github.com/gentoo/gentoo/pull/4022
x11-wm/awesome/files/awesome.desktop | 7 -------
1 file changed, 7 deletions(-)
diff --git a/x11-wm/awesome/files/awesome.desktop b/x11-wm/awesome/files/awesome.desktop
deleted file mode 100644
index b8d8f21421..0000000000
--- a/x11-wm/awesome/files/awesome.desktop
+++ /dev/null
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Name=awesome
-Comment=Highly configurable framework window manager
-NoDisplay=true
-TryExec=/etc/X11/Sessions/awesome
-Exec=/etc/X11/Sessions/awesome
-Type=Application
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/awesome/files/
@ 2018-04-28 11:29 Maxim Koltsov
0 siblings, 0 replies; 2+ messages in thread
From: Maxim Koltsov @ 2018-04-28 11:29 UTC (permalink / raw
To: gentoo-commits
commit: e1cab3f6338b0f166c12c58404c77bd092ed6fd1
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Apr 28 07:50:24 2018 +0000
Commit: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
CommitDate: Sat Apr 28 11:28:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1cab3f6
x11-wm/awesome: remove unused patch
Closes: #8183
.../awesome-3.5.6-fix-multi-instances-focus.patch | 29 ----------------------
1 file changed, 29 deletions(-)
diff --git a/x11-wm/awesome/files/awesome-3.5.6-fix-multi-instances-focus.patch b/x11-wm/awesome/files/awesome-3.5.6-fix-multi-instances-focus.patch
deleted file mode 100644
index da306d1fe49..00000000000
--- a/x11-wm/awesome/files/awesome-3.5.6-fix-multi-instances-focus.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-commit 1c27a69131428e9e733374c2a3676ca4ecee45d2
-Author: Kimball Thurston <kdt3rd@gmail.com>
-Date: Tue Dec 22 21:46:17 2015 -0800
-
- Fix focus handling with multiple awesome instances
-
- When there are multiple X11 screens (i.e. :0.0 and :0.1) for zaphod mode
- style X setups, this triggers a refresh of focus when the instance
- running on a particular root receives the mouse
-
- Fixes https://github.com/awesomeWM/awesome/issues/599.
-
-diff --git a/event.c b/event.c
-index db70e2c..80d6bd6 100644
---- a/event.c
-+++ b/event.c
-@@ -554,6 +554,12 @@ event_handle_enternotify(xcb_enter_notify_event_t *ev)
- }
- lua_pop(globalconf.L, 1);
- }
-+ else if (ev->event == globalconf.screen->root) {
-+ /* When there are multiple X screens with awesome running separate
-+ * instances, reset focus.
-+ */
-+ globalconf.focus.need_update = true;
-+ }
- }
-
- /** The focus in event handler.
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-28 11:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-18 22:09 [gentoo-commits] repo/gentoo:master commit in: x11-wm/awesome/files/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2018-04-28 11:29 Maxim Koltsov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox