Adds cachyos standard hyprland dotfiles
This commit is contained in:
3
.config/hypr/scripts/screenshot
Executable file
3
.config/hypr/scripts/screenshot
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
grim -g "$(slurp)" - | wl-copy -t image/png
|
||||
notify-send "Screenshot copied to clipboard"
|
3
.config/hypr/scripts/screenshot_area
Executable file
3
.config/hypr/scripts/screenshot_area
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
grimblast copy area || exit
|
||||
notify-send "Screenshot copied to clipboard"
|
3
.config/hypr/scripts/screenshot_full
Executable file
3
.config/hypr/scripts/screenshot_full
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
grimblast copy output || exit
|
||||
notify-send "Screenshot copied to clipboard"
|
Reference in New Issue
Block a user