git: c966eebfda39 - 2022Q1 - x11-wm/wayfire: expose Xwayland HiDPI after dce99729d741
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Feb 2022 20:43:24 UTC
The branch 2022Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c966eebfda39cd2a9a9ab21390d0cd6248b344cc commit c966eebfda39cd2a9a9ab21390d0cd6248b344cc Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-02-05 03:30:18 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-02-18 20:00:49 +0000 x11-wm/wayfire: expose Xwayland HiDPI after dce99729d741 (cherry picked from commit 466f3a1eabfe2acf82e64e2c388759a5b0e4276d) --- x11-wm/wayfire/Makefile | 3 ++- x11-wm/wayfire/distinfo | 2 ++ x11-wm/wayfire/pkg-message | 12 ++++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile index 8dd77be0c092..b57dc4acc545 100644 --- a/x11-wm/wayfire/Makefile +++ b/x11-wm/wayfire/Makefile @@ -1,10 +1,11 @@ PORTNAME= wayfire DISTVERSIONPREFIX= v DISTVERSION= 0.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= dd479c06bf84.patch:-p1 # https://github.com/WayfireWM/wayfire/issues/599 PATCHFILES+= 7b664f055249.patch:-p1 # https://github.com/WayfireWM/wayfire/pull/1230 PATCHFILES+= 8096b2f6d190.patch:-p1 # wlroots 0.15 PATCHFILES+= 394fc3a86db4.patch:-p1 # wlroots 0.15 diff --git a/x11-wm/wayfire/distinfo b/x11-wm/wayfire/distinfo index bc581a9fb07b..4a0a41f5c46a 100644 --- a/x11-wm/wayfire/distinfo +++ b/x11-wm/wayfire/distinfo @@ -5,6 +5,8 @@ SHA256 (WayfireWM-wf-touch-8974eb0_GH0.tar.gz) = 3d66a67b35452741135420caf43ba34 SIZE (WayfireWM-wf-touch-8974eb0_GH0.tar.gz) = 9881 SHA256 (WayfireWM-wf-utils-889fdaf_GH0.tar.gz) = 8848592f4a04dec60c3e09a996f15d1f86e79f544eda4519f2b3d9dc91997db3 SIZE (WayfireWM-wf-utils-889fdaf_GH0.tar.gz) = 48477 +SHA256 (dd479c06bf84.patch) = c58562defa005b8b3188d8a64003f0ee5444fef7449ed0a5f899d70b1901fb6d +SIZE (dd479c06bf84.patch) = 2086 SHA256 (7b664f055249.patch) = 080c3674c9f27cd49fb1c32e0aec0dc126f901368643653e93f6c0e3e390f269 SIZE (7b664f055249.patch) = 625 SHA256 (8096b2f6d190.patch) = 4e28fac7d3f3e7240febfe41a69a66b47498406f60314f21168488c7245f54b0 diff --git a/x11-wm/wayfire/pkg-message b/x11-wm/wayfire/pkg-message index ebfa7592e587..0a08c198ad0c 100644 --- a/x11-wm/wayfire/pkg-message +++ b/x11-wm/wayfire/pkg-message @@ -5,6 +5,18 @@ Additional packages recommended for new users: - wf-shell (default background/launcher/panel) - wcm (GUI settings) - wayfire-plugins-extra + +Experimental features: +- HiDPI support for X11 applications. For instructions see + https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2064#note_1139855 + + Instead of ~/.config/sway/config edit ~/.config/wayfire.ini either via + wcm (General -> Core -> XWayland scale + General -> Autostart) or manually: + + [core] + xwayland_scale = 2 + [autostart] + xsettingsd = xsettingsd EOM } ]