Screenshot changes to hyprland config and scripts
This commit is contained in:
4
dwl_act
4
dwl_act
@@ -28,7 +28,7 @@ case $act in
|
||||
# search) ;;
|
||||
launch) wldash;;
|
||||
# explore) ;;
|
||||
print) grim -c -g "$(slurp -o -r -c '#ff0000ff')" -t ppm - | satty --filename - --fullscreen --output-filename ~/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png ;;
|
||||
print) grim -c -g "$(slurp -d -c '#aaaaaa44')" -t ppm - | satty --filename - --fullscreen --output-filename ~/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png ;; # Select area
|
||||
|
||||
# With CTRL modifier
|
||||
# C_vol_mute) ;;
|
||||
@@ -47,7 +47,7 @@ case $act in
|
||||
# C_search) ;;
|
||||
# C_launch) ;;
|
||||
# C_explore) ;;
|
||||
C_print) grim -c -g "$(slurp -d -c '#0000ffff')" -t ppm - | satty --filename - --fullscreen --output-filename ~/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png ;;
|
||||
C_print) grim -c -g "$(slurp -o -r -c '#0000ffff')" -t ppm - | satty --filename - --fullscreen --output-filename ~/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png ;; # Fullscreen
|
||||
|
||||
# With SHIFT modifier
|
||||
# S_vol_mute) ;;
|
||||
|
||||
Reference in New Issue
Block a user