Hyprland: update swayosd invocations
This commit is contained in:
parent
ad7b9b86b2
commit
bce5b1a3a6
|
|
@ -1,5 +1,5 @@
|
|||
exec-once = mako &
|
||||
exec-once = swayosd &
|
||||
exec-once = swayosd-server &
|
||||
exec-once = waybar &
|
||||
exec-once = nm-applet &
|
||||
exec-once = foot -s &
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@ bind = $smod, X, exec, ~/.local/bin/scripts/system/screenlo
|
|||
bind = $smod, S, exec, ~/.local/bin/scripts/grimshot
|
||||
bind = , Print, exec, ~/.local/bin/scripts/grimshot -f
|
||||
bind = $smod, Escape, exec, ~/.local/bin/scripts/system/wofi-session
|
||||
bindle = , XF86AudioRaiseVolume, exec, swayosd --output-volume raise
|
||||
bindle = , XF86AudioLowerVolume, exec, swayosd --output-volume lower
|
||||
bindle = , XF86AudioRaiseVolume, exec, swayosd-client --output-volume raise
|
||||
bindle = , XF86AudioLowerVolume, exec, swayosd-client --output-volume lower
|
||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||
bind = , Caps_Lock, exec, sleep 0.2 && swayosd --caps-lock
|
||||
bind = $mmod, V, exec, clipman pick -t wofi
|
||||
|
|
|
|||
Loading…
Reference in New Issue