hyprland: add media app binds
This commit is contained in:
@ -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%- "
|
||||||
|
@ -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''
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user