feat(hyprland): add keybinding for flameshot

This commit is contained in:
tux
2025-06-11 00:42:34 +05:30
parent 3ee2c1b769
commit 8b42838b79

View File

@ -122,7 +122,6 @@
bind = [
# apps
"SUPER, Return, exec, ${terminal}"
"SUPER_SHIFT, Return, exec, ${floating_terminal}"
"SUPER, A, exec, astal -t app-launcher"
"SUPER, F, exec, ${filemanager}"
"SUPER, E, exec, ${editor}"
@ -131,6 +130,9 @@
"SUPER, D, exec, discord"
"SUPER, V, exec, copyq show"
"SUPER_SHIFT, Return, exec, ${floating_terminal}"
"SUPER_SHIFT, S, exec, flameshot gui"
# astal
"SUPER_SHIFT, R, exec, astal -q; ${pkgs.tpanel}/bin/tpanel"