From 96e5721ad85a305c46fde648d9af96d323c7addd Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 01:01:12 +0200 Subject: [PATCH] chore(hyprland): add blueman applet and remove steam keybinding Add blueman-applet to the exec-once commands for bluetooth management. Remove the Steam launcher keybinding (SUPER+KP_Multiply) from the configuration. --- configs/releng/airootfs/usr/local/share/fws/hyprland.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/releng/airootfs/usr/local/share/fws/hyprland.conf.tmpl b/configs/releng/airootfs/usr/local/share/fws/hyprland.conf.tmpl index bfac8ed..3a13719 100644 --- a/configs/releng/airootfs/usr/local/share/fws/hyprland.conf.tmpl +++ b/configs/releng/airootfs/usr/local/share/fws/hyprland.conf.tmpl @@ -67,6 +67,7 @@ misc { exec-once = waybar exec-once = mako exec-once = nm-applet +exec-once = blueman-applet exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 $mod = SUPER @@ -77,7 +78,6 @@ bindd = $mod SHIFT, Return, Terminal flottant, exec, kitty --class floating-term bindd = $mod, R, Menu des applications, exec, wofi --show drun bindd = $mod, E, Gestionnaire de fichiers, exec, thunar bindd = $mod, B, Ouvrir Firefox, exec, firefox -bindd = $mod, KP_Multiply, Lancer Steam, exec, steam bindd = $mod, K, Afficher les raccourcis clavier, exec, fws-hypr-keys # --- FenĂȘtres ---------------------------------------------------------------