From cb16ddc02e5e928508419c1640c084ae40417588 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Thu, 24 Jul 2025 20:12:55 -0700 Subject: [PATCH] use qs ipc call in hyprland conf --- modules/hyprland/hyprland.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/hyprland/hyprland.conf b/modules/hyprland/hyprland.conf index e2a95b0..d8eb0ea 100644 --- a/modules/hyprland/hyprland.conf +++ b/modules/hyprland/hyprland.conf @@ -154,7 +154,7 @@ windowrulev2 = float, title:^(Unlock Database - KeePassXC)$ windowrulev2 = float, class:^(AlacrittyFloating)$ $mod = SUPER -$launcher = qs msg -c shell launcher open +$launcher = qs -c shell ipc call launcher open bind = $mod+SHIFT, m, exit @@ -163,8 +163,8 @@ bind = $mod+SHIFT, return, exec, alacritty --class AlacrittyFloating bind = $mod, grave, exec, $launcher bind = $mod+SHIFT, q, hy3:killactive -bind = $mod+SHIFT, s, exec, qs msg -c shell screenshot takeScreenshot -bind = $mod, PERIOD, exec, qs msg -c shell lockscreen lock +bind = $mod+SHIFT, s, exec, qs -c shell ipc call screenshot takeScreenshot +bind = $mod, PERIOD, exec, qs -c shell ipc call lockscreen lock bind = $mod, f, fullscreen, 1 bind = $mod+SHIFT, f, fullscreen, 0 @@ -195,10 +195,10 @@ bind = $mod, o, exec, hyprctl keyword plugin:hy3:tabs:render_text true bindr = $mod, o, exec, hyprctl keyword plugin:hy3:tabs:height 2 bindr = $mod, o, exec, hyprctl keyword plugin:hy3:tabs:render_text false -bind = ,XF86AudioStop, exec, qs msg -c shell mpris pauseAll -bind = ,XF86AudioPlay, exec, qs msg -c shell mpris playPause -bind = ,XF86AudioNext, exec, qs msg -c shell mpris next -bind = ,XF86AudioPrev, exec, qs msg -c shell mpris previous +bind = ,XF86AudioStop, exec, qs -c shell ipc call mpris pauseAll +bind = ,XF86AudioPlay, exec, qs -c shell ipc call mpris playPause +bind = ,XF86AudioNext, exec, qs -c shell ipc call mpris next +bind = ,XF86AudioPrev, exec, qs -c shell ipc call mpris previous bind = $mod, h, hy3:movefocus, l bind = $mod, j, hy3:movefocus, d