use qs ipc call in hyprland conf

This commit is contained in:
outfoxxed 2025-07-24 20:12:55 -07:00
parent 405201d388
commit cb16ddc02e
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -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