J2JZC6JLGVE3RWPHY6UFWH5I5GWCCFKPL7NXPZZKCIXM2ZIQ6VVQC Mod+C { spawn "nu" "-c" "cliphist list | fuzzel --dmenu | cliphist decode | wl-copy"; }Mod+B { spawn "nu" "-c" "niri msg do-screen-transition --delay-ms 100 ; notify-send bar_toggle ; pkill -USR1 waybar"; }Mod+N { spawn "nu" "-c" "niri msg do-screen-transition --delay-ms 100 ; notify-send hidden_toggle ; makoctl mode -t mute ; makoctl mode -t do-not-disturb"; }Mod+M { spawn "nu" "-c" "niri msg do-screen-transition --delay-ms 100 ; makoctl mode -t mute ; notify-send mute_toggle"; }Mod+Z { spawn "nu" "-c" "niri msg do-screen-transition --delay-ms 100 ; notify-send zen_toggle ; pkill -USR1 waybar ; makoctl mode -t mute ; makoctl mode -t do-not-disturb"; }
Mod+C { spawn-sh "cliphist list | fuzzel --dmenu | cliphist decode | wl-copy"; }Mod+B { spawn-sh "niri msg action do-screen-transition --delay-ms 100 && notify-send bar_toggle && pkill -USR1 waybar"; }Mod+N { spawn-sh "niri msg action do-screen-transition --delay-ms 100 && notify-send hidden_toggle && makoctl mode -t mute && makoctl mode -t do-not-disturb"; }Mod+M { spawn-sh "niri msg action do-screen-transition --delay-ms 100 && makoctl mode -t mute && notify-send mute_toggle"; }Mod+Z { spawn-sh "niri msg action do-screen-transition --delay-ms 100 && notify-send zen_toggle && pkill -USR1 waybar && makoctl mode -t mute && makoctl mode -t do-not-disturb"; }