From c594e45ffd9be582dac4e288fed111290db88775 Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Fri, 18 Sep 2026 12:49:58 -0400 Subject: [PATCH] feat(hypr): bind SPC SHIFT-R to restart compositor (MST dock black-screen fix) --- hypr/.config/hypr/hyprland.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 28c18b7..51bbc19 100755 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -223,6 +223,8 @@ $dotfiles = ~/ExoKortex/2-Areas/Home-Infra/4-Outputs/dotfiles bind = $mainMod, T, exec, $terminal bind = $mainMod, D, killactive, bind = $mainMod SHIFT, Q, exit, +# Restart compositor (fixes MST dock screens stuck black after hotplug) — wrapper respawns +bind = $mainMod SHIFT, R, exec, pkill -f '^Hyprland' bind = $mainMod, U, exec, $dotfiles/scripts/make_all.sh && swww img ~/.config/wallpapers/green_yellow_forest.jpg --outputs $LAPTOP,$EXTERNAL_L1,$EXTERNAL_L2 && swww img ~/.config/wallpapers/buck_head.jpg --outputs $EXTERNAL_R1,$EXTERNAL_R2 bind = $mainMod, M, exec, $monitoring bind = $mainMod, E, exec, $editor