aboutsummaryrefslogtreecommitdiff
path: root/env/.config/.profile
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-10-17 18:31:32 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-10-17 18:31:32 -0500
commitfe74ef66ee5882495e00bae731c8e299811c7c1d (patch)
treec33ce3e4c6b456ca532a0284f6138f64d1db303f /env/.config/.profile
parent62ba4da27df06a91fa75ef08cfa69fba4c82a72e (diff)
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
Diffstat (limited to 'env/.config/.profile')
-rwxr-xr-xenv/.config/.profile2
1 files changed, 1 insertions, 1 deletions
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"