From 1fafd18793d3753e9e2acae2cdf3c9f8fe02f1ae Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 25 Jun 2026 17:34:25 +0200 Subject: Remove broken wifi management function and install iwgtk instead --- .config/alpine-packages | 2 +- .config/dwm/config.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/alpine-packages b/.config/alpine-packages index 43b0a48..fd6d0e5 100755 --- a/.config/alpine-packages +++ b/.config/alpine-packages @@ -43,7 +43,7 @@ adwaita-icon-theme firefox libreoffice telegram-desktop vlc-qt imv-x11 zathura-djvu zathura-pdf-mupdf zathura-ps -arandr blueman +arandr blueman iwgtk pdfarranger # Fonts diff --git a/.config/dwm/config.h b/.config/dwm/config.h index 6799b26..7a842d6 100644 --- a/.config/dwm/config.h +++ b/.config/dwm/config.h @@ -42,6 +42,7 @@ static const Rule rules[] = { { "TelegramDesktop", NULL, NULL, 1 << 3, 0, -1 }, { NULL, NULL, "stfloat", 0, 1, -1 }, { NULL, NULL, "Picture-in-Picture", TAGMASK, 1, -1 }, + { "iwgtk", NULL, NULL, 0, 1, -1 }, }; /* layout(s) */ @@ -187,7 +188,7 @@ static Key keys[] = { { MODKEY, XK_e, spawn, SHCMD("dmenu-bookmarks") }, /* System settings */ - { MODKEY|ShiftMask, XK_w, spawn, SHCMD("popup-terminal iwctl") }, + { MODKEY|ShiftMask, XK_w, spawn, SHCMD("iwgtk") }, { MODKEY|ShiftMask, XK_v, spawn, SHCMD("popup-terminal pulsemixer") }, { MODKEY|ShiftMask, XK_b, spawn, SHCMD("blueman-manager") }, { MODKEY|ShiftMask, XK_p, spawn, SHCMD("popup-terminal top") }, -- cgit v1.3