Fully updated the Hyprland config
This commit is contained in:
parent
3470ffdfd7
commit
83ab1b1d6b
24 changed files with 331 additions and 83 deletions
|
|
@ -1 +1,13 @@
|
|||
grim -g "$(slurp)" $HOME/Pictures/Screenshots/$(date +'%F_%T.png') && hyprctl notify 1 2000 0 Screenshot saved!
|
||||
save_path=$HOME/Pictures/Screenshots/$(date +'%F_%T.png')
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
grim -g "$(slurp)" $save_path && hyprctl notify 1 2000 0 "Screenshot saved!"
|
||||
|
||||
elif [ $# -eq 1 ]; then
|
||||
|
||||
if [[ $1 == "--fullscreen" ]]; then
|
||||
grim $save_path && hyprctl notify 1 2000 0 Screenshot saved!
|
||||
fi
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue