Seperate screenshot
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
|
||||
bind = , Print, exec, ~/Scripts/screenshot.sh
|
||||
bind = SHIFT, Print, exec, ~/Scripts/screenshot-swappy.sh
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mod, return, exec, $terminal
|
||||
|
10
Scripts/screenshot-swappy.sh
Executable file
10
Scripts/screenshot-swappy.sh
Executable file
@ -0,0 +1,10 @@
|
||||
screenshotName="$(date +%Y%m%d_%H%m%s)"
|
||||
screenshotDir="$HOME/myHome/Pictures/Screenshots"
|
||||
|
||||
hyprctl keyword animation "fadeOut, 0, 0, default"
|
||||
|
||||
grimblast --freeze save area "${screenshotDir}/$screenshotName.png"
|
||||
|
||||
swappy -f "${screenshotDir}/$screenshotName.png" -o "${screenshotDir}/$screenshotName-Swappy.png"
|
||||
|
||||
hyprctl keyword animation "fadeOut, 1, 4, default"
|
@ -1,20 +1,8 @@
|
||||
screenshotName="$(date +%Y%m%d_%H%m%s)"
|
||||
screenshotDir="$HOME/myHome/Pictures/Screenshots"
|
||||
|
||||
|
||||
hyprctl keyword animation "fadeOut, 0, 0, default"
|
||||
|
||||
grimblast --freeze save area "${screenshotDir}/$screenshotName.png"
|
||||
grimblast --freeze copysave area "${screenshotDir}/$screenshotName.png"
|
||||
|
||||
swappy -f "${screenshotDir}/$screenshotName.png" -o "${screenshotDir}/$screenshotName-Swappy.png"
|
||||
|
||||
hyprctl keyword animation "fadeOut, 1, 4, default"
|
||||
|
||||
|
||||
# WITHOUT SWAPPY
|
||||
# screenshotName="$(date +%Y%m%d_%H%m%s)"
|
||||
|
||||
# hyprctl keyword animation "fadeOut, 0, 0, default"
|
||||
|
||||
# grimblast --freeze copysave area "${screenshotDir}/$screenshotName.png"
|
||||
|
||||
# hyprctl keyword animation "fadeOut, 1, 4, default"
|
||||
hyprctl keyword animation "fadeOut, 1, 4, default"
|
Reference in New Issue
Block a user