mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: make grabtex work and make notes work cleaner
This commit is contained in:
parent
66e198e7e5
commit
e2e0bfa3b7
1 changed files with 2 additions and 2 deletions
|
|
@ -229,12 +229,12 @@
|
|||
"$mainMod SHIFT, W, exec, wdisplays"
|
||||
"$mainMod SHIFT, T, exec, thunderbird"
|
||||
"$mainMod SHIFT, P, exec, pavucontrol-qt"
|
||||
"$mainMod SHIFT, N ,exec, ~/.local/bin/notes"
|
||||
"$mainMod SHIFT, N ,exec, notes" # should be added by scripts/custom packages
|
||||
|
||||
# screenshot
|
||||
"SUPER SHIFT, S, exec, grimblast --notify --cursor save area ~/Pictures/$(date +'%Y-%m-%d-At-%Ih%Mm%Ss').png"
|
||||
"$mainMod SHIFT, S, exec, grimblast --notify --cursor copy area"
|
||||
"$mainMod SHIFT, G, exec, slurp | xargs -I {} grim -s 2 -t png -g {} - | tesseract - - | wl-copy -n"
|
||||
"$mainMod SHIFT, G, exec, grabtext"
|
||||
|
||||
# switch focus
|
||||
"$mainMod, H, movefocus, l"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue