mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Add screenshot keybindings
This commit is contained in:
parent
3508f22b8b
commit
ae5cbff75d
2 changed files with 6 additions and 0 deletions
|
|
@ -95,6 +95,10 @@
|
|||
# Scroll through workspaces
|
||||
"$mod, mouse_down, workspace, e-1"
|
||||
"$mod, mouse_up, workspace, e+1"
|
||||
|
||||
# Screenshot
|
||||
", Print, exec, ${lib.getExe pkgs.grimblast} --notify --freeze copysave output"
|
||||
"SHIFT, Print, exec, ${lib.getExe pkgs.grimblast} --notify --freeze copysave area"
|
||||
]
|
||||
# Switch workspace
|
||||
++ (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue