From adcdd747c41ef024f5d8d4f156a39df97ac87817 Mon Sep 17 00:00:00 2001 From: "Sicelo A. Mhlongo" Date: Sat, 21 Jun 2025 15:55:55 +0200 Subject: [PATCH] postmarketos-ui-sway: use bemenu instead of dmenu dmenu is an X11 application and will thus require the use of Xwayland on sway, while bemenu has a native wayland backend and is a drop-in replacement for dmenu. Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6697 [ci:skip-build]: already built successfully in CI --- main/postmarketos-ui-sway/APKBUILD | 8 ++++---- main/postmarketos-ui-sway/etc-sway-config | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/main/postmarketos-ui-sway/APKBUILD b/main/postmarketos-ui-sway/APKBUILD index 0aacc7b2c..76c5d0a1e 100644 --- a/main/postmarketos-ui-sway/APKBUILD +++ b/main/postmarketos-ui-sway/APKBUILD @@ -1,8 +1,8 @@ # Reference: https://postmarketos.org/uipkg # Maintainer: Oliver Smith pkgname=postmarketos-ui-sway -pkgver=3.1 -pkgrel=10 +pkgver=3.2 +pkgrel=0 pkgdesc="(Wayland) Tiling WM, drop-in replacement for i3wm" url="https://postmarketos.org" arch="noarch" @@ -23,7 +23,7 @@ depends=" xdg-desktop-portal-wlr " _pmb_recommends=" - dmenu + bemenu foot postmarketos-artwork-wallpapers swayidle @@ -67,6 +67,6 @@ openrc() { } sha512sums=" -6caaaa313d509a54eaa43e6bc24739f5d8241689dbed268885f6645e79567e3cd9f41d0d8fa43d52fe99587a1d1b6f1669cfecc88220d9ea409feb4f4cd43d3c etc-sway-config +e68719d5ee99e4df9e23de0b1e1a33df20f0cbb46cd3767ebd2d6d524a831defea8e0145877a26bce161ca1ec020de7356ab25374402e1886fa0c60e53c61025 etc-sway-config 889f10fb247396a11375057f7e81eae0f0b21ec90cd47964e02ba24fc0f6db8bb7678545e3272149535cf0bb6a2019456cc59d06a9564ce4a1797bb434013b78 etc-sway-config.d-00-logo-key.conf " diff --git a/main/postmarketos-ui-sway/etc-sway-config b/main/postmarketos-ui-sway/etc-sway-config index 310d25cd8..ef3ebf65d 100644 --- a/main/postmarketos-ui-sway/etc-sway-config +++ b/main/postmarketos-ui-sway/etc-sway-config @@ -23,7 +23,7 @@ set $term foot # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. -set $menu dmenu_path | dmenu | xargs swaymsg exec -- +set $menu bemenu-run ### Output configuration #