mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 15:53:40 +01:00
hyprland: add screenshot keybinds
This commit is contained in:
parent
62cb6ccc1a
commit
8fcdee4130
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ bind = $mainMod + CTRL, E, exec, <% opt.commands.file_manager %>
|
||||||
bind = ALT, SPACE, exec, wofi --show drun
|
bind = ALT, SPACE, exec, wofi --show drun
|
||||||
bind = $mainMod + CTRL, B, exec, <% opt.commands.browser %>
|
bind = $mainMod + CTRL, B, exec, <% opt.commands.browser %>
|
||||||
bind = $mainMod + SHIFT, P, exec, gpower2
|
bind = $mainMod + SHIFT, P, exec, gpower2
|
||||||
|
bind = ,PRINT, exec, grim -g "$(slurp)" ~/Downloads/screenshot.png
|
||||||
|
bind = SHIFT, PRINT, exec, grim -g "$(slurp)" - | feh -
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
|
|
Loading…
Reference in a new issue