This commit is contained in:
2025-03-29 19:52:15 -04:00
parent 9c97e0e0ca
commit f6a0c39228
3 changed files with 10 additions and 4 deletions

View File

@@ -206,7 +206,8 @@ uzl "unzip -l"
#s "systemctl suspend" #s "systemctl suspend"
#s "xset dpms force off" #s "xset dpms force off"
s "~/linux-config/scripts/executable_dual-monitor-slideshow" #s "~/linux-config/scripts/executable_dual-monitor-slideshow"
s "fdfind -t f -e jpg -e png -e jpeg -e gif -e webp . /mnt/linux-files-2/Pictures/hevin | shuf | sxiv -S 5 -s f -i &"
# sl "i3lock-fancy && systemctl suspend" # sl "i3lock-fancy && systemctl suspend"
# so "xset dpms force off" # so "xset dpms force off"
xx "exit" xx "exit"
@@ -343,7 +344,7 @@ id "identify"
mst "sudo rm ~/st/config.h && sudo bear make -C ~/st install" mst "sudo rm ~/st/config.h && sudo bear make -C ~/st install"
# mst "sudo ~/st/make-st.sh" # mst "sudo ~/st/make-st.sh"
mlf2 "sudo mount /dev/sdd1 /mnt/linux-files-2" mlf2 "sudo mount /dev/sdc1 /mnt/linux-files-2"
bkuh "sudo rsync -PraAX --exclude-from='/home/kevin/txt/exclude-dirs-backup-full.txt' /home '/mnt/linux-files-2/arch-2/full'" bkuh "sudo rsync -PraAX --exclude-from='/home/kevin/txt/exclude-dirs-backup-full.txt' /home '/mnt/linux-files-2/arch-2/full'"
kgpg "kill -9 gpg-agent && gpg-agent" kgpg "kill -9 gpg-agent && gpg-agent"
@@ -1077,6 +1078,8 @@ cl "npx ts-node src/cli.ts list-nfts -p 5 -t 100"
clw "watch npx ts-node src/cli.ts list-nfts -p 5 -t 100" clw "watch npx ts-node src/cli.ts list-nfts -p 5 -t 100"
vp "vercel --prod" vp "vercel --prod"
cr "~/Applications/cursor.AppImage --no-sandbox &"
# ]]] work # # ]]] work #
# red-hat [[[ # # red-hat [[[ #

View File

@@ -64,6 +64,7 @@ autocmd FileType *css,gitcommit,haskell,htmldjango,html,graphql,javascript,javas
\racket,tex,text,typescript,typescriptreact,yaml set tabstop=2 shiftwidth=2 \racket,tex,text,typescript,typescriptreact,yaml set tabstop=2 shiftwidth=2
" autocmd BufNewFile,BufRead *.md set filetype=markdown " autocmd BufNewFile,BufRead *.md set filetype=markdown
" autocmd Filetype markdown set textwidth=0 " autocmd Filetype markdown set textwidth=0
autocmd Filetype markdown set textwidth=55
" autocmd Filetype html set foldmarker=0 " autocmd Filetype html set foldmarker=0
autocmd BufNewFile,BufRead *.gd set expandtab! autocmd BufNewFile,BufRead *.gd set expandtab!
autocmd Filetype go set noexpandtab sw=4 autocmd Filetype go set noexpandtab sw=4

View File

@@ -1,7 +1,6 @@
#!/bin/bash #!/bin/bash
picom & picom &
pulseaudio --start
imwheel imwheel
xmodmap ~/.Xmodmap xmodmap ~/.Xmodmap
@@ -11,6 +10,9 @@ xset r rate $XSET_DELAY $XSET_RATE
picom & picom &
imwheel & imwheel &
numlockx on & numlockx on &
start-pulseaudio-x11 &
#start-pulseaudio-x11 &
#sudo alsa force-reload
#pulseaudio --start
wal -i $(/home/kevin/scripts/shuffler "$HOME/Pictures/Backgrounds/dim/editing") & wal -i $(/home/kevin/scripts/shuffler "$HOME/Pictures/Backgrounds/dim/editing") &