mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 21:42:58 +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 = $mainMod + CTRL, B, exec, <% opt.commands.browser %>
|
||||
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
|
||||
bind = $mainMod, left, movefocus, l
|
||||
|
|
Loading…
Reference in a new issue