File tree 5 files changed +14
-1
lines changed
5 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,13 @@ lines_to_add=(
27
27
' export SSH_AUTH_SOCK=~/.1password/agent.sock'
28
28
' alias logout="pkill -KILL -u $USER"'
29
29
' alias rsync="rsync --exclude-from=/home/eran/.config/rsync_exclude.txt"'
30
- ' alias ptree="tree -I target -I node_modules -I dist | wl-copy"'
30
+ ' alias ptree="tree -I " target| node_modules| dist" | wl-copy"'
31
31
' alias cd="z"'
32
32
' eval "$(starship init bash)"'
33
33
' source ~/scripts/zoxide.sh'
34
34
' alias mirrors="sudo reflector --verbose --latest 10 --sort rate --save /etc/pacman.d/mirrorlist"'
35
35
' alias crs="cargo run-script"'
36
+ ' alias chromium="chromium --ozone-platform=wayland"'
36
37
' export RUSTC_WRAPPER=sccache'
37
38
' export EDITOR="nvim"'
38
39
)
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ DEVICE_MAC_ADDRESS=" E8:9C:25:2F:AA:33"
3
+ bluetoothctl << EOF
4
+ connect $DEVICE_MAC_ADDRESS
5
+ EOF
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ DEVICE_MAC_ADDRESS=" B0:0C:9D:A4:EE:B2"
3
+ bluetoothctl << EOF
4
+ connect $DEVICE_MAC_ADDRESS
5
+ EOF
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ aur_packages=(
47
47
authy
48
48
speech-dispatcher
49
49
spotify-snapstore
50
+ extra/rofi-wayland
50
51
# rofi-lbonn-wayland-git
51
52
rofi-emoji-git
52
53
ttf-twemoji
Original file line number Diff line number Diff line change
1
+ ffmpeg -rtsp_transport tcp -i rtsp://192.168.1.61/h264 -vf fps=1 out%d.jpg
You can’t perform that action at this time.
0 commit comments