From fe74ef66ee5882495e00bae731c8e299811c7c1d Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Fri, 17 Oct 2025 18:31:32 -0500 Subject: Squashed commit of the following: - rofi kaomoji-picker.sh and keybind in i3 - rofi edit for vimish motions - indent change - swapped tmux keys - echo port on auto port - added proxy ignore to newsboat autofetch - added xorg-xwayland - autoport mc script using socat - removed /dev from cam alias --- env/.config/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'env/.config/.profile') diff --git a/env/.config/.profile b/env/.config/.profile index b1a8520..ad7f60f 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -95,7 +95,7 @@ alias msfd="fukn mount /dev/sdc1 u2" alias msf="fukn cryptsetup open /dev/sdc2 flashdrive && fukn mount /dev/mapper/flashdrive ~/u" alias umsf="fukn umount ~/u && fukn cryptsetup close flashdrive" -alias cam="ffplay -input_format mjpeg -fast -fflags +nobuffer -i -framerate 30 -max_delay 100 -max_probe_packets 0 -analyzeduration 0 -flags +low_delay /dev/video0" +alias cam="ffplay -input_format mjpeg -fast -fflags +nobuffer -i -framerate 30 -max_delay 100 -max_probe_packets 0 -analyzeduration 0 -flags +low_delay" alias sc="ffmpeg -f x11grab -framerate 1 -video_size 1920x1200 -i :0.0 -vframes 1 -crf 18 ~/Pictures/Screenshots/$(date '+%m-%d-%Y-%I-%M')_${RANDOM}_screenshot.jpeg" alias sccam="ffmpeg -f video4linux2 -i /dev/v4l/by-id/usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-video-index0 -vframes 1 -video_size 1280x720 test.jpeg" alias scs="sleep 3s && ffmpeg -f x11grab -framerate 1 -video_size 1920x1200 -i :0.0 -vframes 1 -crf 18 output.jpeg" -- cgit v1.3