diff --git a/.config/scripts/screenprint.sh b/.config/scripts/screenprint.sh new file mode 100644 index 0000000..493b620 --- /dev/null +++ b/.config/scripts/screenprint.sh @@ -0,0 +1,2 @@ +#!/bin/bash +bash -c 'grim "$HOME/Resimler/tam-ekran-$(date +%Y%m%d-%H%M%S).png" && notify-send "Ekran görüntüsü alındı"' diff --git a/.config/scripts/screenrec.sh b/.config/scripts/screenrec.sh new file mode 100644 index 0000000..b115f79 --- /dev/null +++ b/.config/scripts/screenrec.sh @@ -0,0 +1,2 @@ +#!/bin/bash +notify-send "Ekran kaydı basladı" && wf-recorder -f ~/Resimler/screen_capture_$(date +%Y%m%d-%H%M%S).mp4 -a alsa_output.pci-0000_0d_00.6.analog-stereo.monitor diff --git a/.config/scripts/screenrecstop.sh b/.config/scripts/screenrecstop.sh new file mode 100644 index 0000000..9b4805d --- /dev/null +++ b/.config/scripts/screenrecstop.sh @@ -0,0 +1,2 @@ +#!/bin/bash +pkill wf-recorder && notify-send "Ekran kaydı alındı"