mirror of
https://github.com/NotXia/dotfiles.git
synced 2025-12-16 10:51:49 +01:00
Add Hyprland config
This commit is contained in:
3
.config/waybar/scripts/screenshot
Executable file
3
.config/waybar/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/waybar/scripts/screenshot_area
Executable file
3
.config/waybar/scripts/screenshot_area
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
grimblast copy area || exit
|
||||
notify-send "Screenshot copied to clipboard"
|
||||
3
.config/waybar/scripts/screenshot_full
Executable file
3
.config/waybar/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