mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 01:36:34 +05:30
feat(hyprland): add keybinding for flameshot
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user