chore: initial commit
This commit is contained in:
commit
d3948c7910
56 changed files with 8996 additions and 0 deletions
6
scripts/hyprland/screenshot.sh
Executable file
6
scripts/hyprland/screenshot.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
FILE_PATH="/mnt/internal/personal/screenshots/$(date +'%Y-%m-%d_%H-%M-%S').png"
|
||||
|
||||
grim -t png $FILE_PATH
|
||||
wl-copy <$FILE_PATH
|
Loading…
Add table
Add a link
Reference in a new issue