Updated nvim and added Multi media key support
This commit is contained in:
@@ -18,6 +18,18 @@ bind = $mainMod, L, exec, $hyprlock
|
||||
# loginctl lock-session
|
||||
bind = $mainMod, M, exec, $spotify
|
||||
|
||||
# Bind multimedia keys
|
||||
bindle=, XF86AudioRaiseVolume, exec, vol --up
|
||||
bindle=, XF86AudioLowerVolume, exec, vol --down
|
||||
bindle=, XF86MonBrightnessUp, exec, bri --up
|
||||
bindle=, XF86MonBrightnessDown, exec, bri --down
|
||||
bindle=, XF86Search, exec, launchpad
|
||||
# bindl=, XF86AudioMute, exec, amixer set Master toggle
|
||||
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bindl=, XF86AudioPlay, exec, playerctl --player=spotify play-pause # the stupid key is called play , but it toggles
|
||||
bindl=, XF86AudioNext, exec, playerctl next
|
||||
bindl=, XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
# also make sure you created a directory called screenshots in Pictures/ otherwise the screenshots won't appear anywhere
|
||||
bind = $mainMod, S, exec, grim -o DP-3 "${HOME}/Pictures/screenshots/screenshot-$(date +%F-%T).png"
|
||||
# screenshot + crop keybind
|
||||
|
||||
Submodule .config/nvim updated: a0587f68ac...3bed9e8ccb
Reference in New Issue
Block a user