Added spotify

This commit is contained in:
Pablu23
2024-05-24 14:29:41 +02:00
parent 748fe0e25b
commit 261834ead7
2 changed files with 7 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, T, exec, $terminal
bind = $mainMod, Q, killactive,
bind = $mainMod, M, exit,
bind = $mainMod Control_L, Q, exit,
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, $menu
@@ -15,6 +15,7 @@ bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, D, exec, $discord
bind = $mainMod, B, exec, $browser
bind = $mainMod, L, exec, $hyprlock
bind = $mainMod, M, exec, $spotify
# 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