use qs ipc call in hyprland conf
This commit is contained in:
parent
405201d388
commit
cb16ddc02e
1 changed files with 7 additions and 7 deletions
|
@ -154,7 +154,7 @@ windowrulev2 = float, title:^(Unlock Database - KeePassXC)$
|
||||||
windowrulev2 = float, class:^(AlacrittyFloating)$
|
windowrulev2 = float, class:^(AlacrittyFloating)$
|
||||||
|
|
||||||
$mod = SUPER
|
$mod = SUPER
|
||||||
$launcher = qs msg -c shell launcher open
|
$launcher = qs -c shell ipc call launcher open
|
||||||
|
|
||||||
bind = $mod+SHIFT, m, exit
|
bind = $mod+SHIFT, m, exit
|
||||||
|
|
||||||
|
@ -163,8 +163,8 @@ bind = $mod+SHIFT, return, exec, alacritty --class AlacrittyFloating
|
||||||
bind = $mod, grave, exec, $launcher
|
bind = $mod, grave, exec, $launcher
|
||||||
bind = $mod+SHIFT, q, hy3:killactive
|
bind = $mod+SHIFT, q, hy3:killactive
|
||||||
|
|
||||||
bind = $mod+SHIFT, s, exec, qs msg -c shell screenshot takeScreenshot
|
bind = $mod+SHIFT, s, exec, qs -c shell ipc call screenshot takeScreenshot
|
||||||
bind = $mod, PERIOD, exec, qs msg -c shell lockscreen lock
|
bind = $mod, PERIOD, exec, qs -c shell ipc call lockscreen lock
|
||||||
|
|
||||||
bind = $mod, f, fullscreen, 1
|
bind = $mod, f, fullscreen, 1
|
||||||
bind = $mod+SHIFT, f, fullscreen, 0
|
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:height 2
|
||||||
bindr = $mod, o, exec, hyprctl keyword plugin:hy3:tabs:render_text false
|
bindr = $mod, o, exec, hyprctl keyword plugin:hy3:tabs:render_text false
|
||||||
|
|
||||||
bind = ,XF86AudioStop, exec, qs msg -c shell mpris pauseAll
|
bind = ,XF86AudioStop, exec, qs -c shell ipc call mpris pauseAll
|
||||||
bind = ,XF86AudioPlay, exec, qs msg -c shell mpris playPause
|
bind = ,XF86AudioPlay, exec, qs -c shell ipc call mpris playPause
|
||||||
bind = ,XF86AudioNext, exec, qs msg -c shell mpris next
|
bind = ,XF86AudioNext, exec, qs -c shell ipc call mpris next
|
||||||
bind = ,XF86AudioPrev, exec, qs msg -c shell mpris previous
|
bind = ,XF86AudioPrev, exec, qs -c shell ipc call mpris previous
|
||||||
|
|
||||||
bind = $mod, h, hy3:movefocus, l
|
bind = $mod, h, hy3:movefocus, l
|
||||||
bind = $mod, j, hy3:movefocus, d
|
bind = $mod, j, hy3:movefocus, d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue