pain and suffering
This commit is contained in:
commit
510db0f1d4
42 changed files with 2150 additions and 0 deletions
6
config/hypr/scripts/screenshot_display.sh
Executable file
6
config/hypr/scripts/screenshot_display.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
# .config/hypr/scripts/screenshot_display.sh
|
||||
# Screenshot the current display Shift+Print
|
||||
|
||||
output_id=$(hyprctl -j monitors | jq -r '.[] | select(.focused).name')
|
||||
grim -o $output_id - | swappy -f -
|
||||
Loading…
Add table
Add a link
Reference in a new issue