diff --git a/wayland/.config/river/init b/wayland/.config/river/init index f3dc4fb..6d2ed52 100755 --- a/wayland/.config/river/init +++ b/wayland/.config/river/init @@ -115,6 +115,10 @@ riverctl map normal $mod+Control L snap right # Mod+F to toggle fullscreen riverctl map normal $mod F toggle-fullscreen +# shellcheck disable=SC2016 +# Make all connected outputs show the desktop and no windows at all +riverctl map normal $mod+Shift M spawn 'for i in $(wlopm | wc -l); do riverctl set-focused-tags $((1 << 10)); riverctl focus-output next; done; riverctl set-focused-tags $((1 << 10)); riverctl focus-output next' + # toggle float riverctl map normal $mod+Shift v toggle-float # Mod + Left Mouse Button to move views