hyprland: add media app binds

This commit is contained in:
2025-06-25 17:25:12 +03:00
parent d793b0e635
commit 86a972fd61
2 changed files with 6 additions and 0 deletions

View File

@ -215,6 +215,10 @@
", XF86AudioPlay, exec, ${lib.getExe pkgs.playerctl} play-pause" ", XF86AudioPlay, exec, ${lib.getExe pkgs.playerctl} play-pause"
", XF86AudioPrev, exec, ${lib.getExe pkgs.playerctl} position 5-" ", XF86AudioPrev, exec, ${lib.getExe pkgs.playerctl} position 5-"
", XF86AudioNext, exec, ${lib.getExe pkgs.playerctl} position 5+" ", XF86AudioNext, exec, ${lib.getExe pkgs.playerctl} position 5+"
", XF86Explorer, exec, ghostty -e sh -c yazi"
", XF86Mail, exec, thunderbird"
", XF86WWW, exec, google-chrome-stable" # TODO: Replace hard-code to some variable
# Brightness control # Brightness control
", XF86MonBrightnessDown, exec, ${lib.getExe pkgs.brightnessctl} set 5%- " ", XF86MonBrightnessDown, exec, ${lib.getExe pkgs.brightnessctl} set 5%- "

View File

@ -89,6 +89,8 @@
" , Print, exec, grimblast --notify --freeze copy output" " , Print, exec, grimblast --notify --freeze copy output"
"CTRL, Print, exec, grimblast --notify --freeze copy area" "CTRL, Print, exec, grimblast --notify --freeze copy area"
"ALT , Print, exec, grimblast --notify --freeze copy active" "ALT , Print, exec, grimblast --notify --freeze copy active"
'', XF86Calculator, exec, ghostty --title=pulsemixer -e pulsemixer''
]; ];
}; };
}; };