pain and suffering
This commit is contained in:
commit
510db0f1d4
42 changed files with 2150 additions and 0 deletions
5
config/hypr/scripts/screenshot_window.sh
Executable file
5
config/hypr/scripts/screenshot_window.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
# .config/hypr/scripts/screenshot_window.sh
|
||||
# Screenshot a window Ctrl+Print
|
||||
|
||||
grim -g "$(hyprctl -j activewindow | jq -r '.at + .size | "\(.[0]),\(.[1]) \(.[2])x\(.[3])"' | slurp)" - | swappy -f -
|
||||
Loading…
Add table
Add a link
Reference in a new issue