This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/river/maps

29 lines
828 B
Plaintext

# river spawn keybindings
# Mod+Return to start the terminal
riverctl map normal $mod Return spawn $TERMINAL
# Mod+D to start the launcher
riverctl map normal $mod D spawn $LAUNCHER -p "run:"
# Mod+Shift+W to start the browser
riverctl map normal $mod+Shift W spawn $BROWSER
# Mod+Shift+M to start ncmpcpp
riverctl map normal $mod+Shift M spawn $TERMINAL --app-id="float" ncmpcpp
# Mod+Shift+K to play/pause music
riverctl map normal $mod+Shift K spawn player toggle
# Mod+Shift+J to stop music
riverctl map normal $mod+Shift J spawn player stop
# Mod+Shift+L to play next tune
riverctl map normal $mod+Shift L spawn player next
# Mod+Shift+H to play previous tune
riverctl map normal $mod+Shift H spawn play prev
# Mod+Shift+N to start neomutt
riverctl map normal $mod+Shift N spawn $TERMINAL --app-id="float" neomutt