From 976e2d75dbf1b324d84343ab197c7ef10849edf7 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 19 May 2026 10:07:16 +0200 Subject: Added blueman bluetooth manager --- .config/dwm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/dwm') diff --git a/.config/dwm/config.h b/.config/dwm/config.h index 82b0c3a..6799b26 100644 --- a/.config/dwm/config.h +++ b/.config/dwm/config.h @@ -189,7 +189,7 @@ static Key keys[] = { /* System settings */ { MODKEY|ShiftMask, XK_w, spawn, SHCMD("popup-terminal iwctl") }, { MODKEY|ShiftMask, XK_v, spawn, SHCMD("popup-terminal pulsemixer") }, - { MODKEY|ShiftMask, XK_b, spawn, SHCMD("popup-terminal bluetoothctl") }, + { MODKEY|ShiftMask, XK_b, spawn, SHCMD("blueman-manager") }, { MODKEY|ShiftMask, XK_p, spawn, SHCMD("popup-terminal top") }, { MODKEY, XK_space, spawn, SHCMD("xkfix") }, -- cgit v1.3