From f6a0c392288a0a15b9b0809bc7e3aa6f40382796 Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Sat, 29 Mar 2025 19:52:15 -0400 Subject: [PATCH] Update --- aliases/key_aliases.tmpl | 7 +++++-- dot_vimrc.tmpl | 1 + scripts/executable_ubuntu-start | 6 ++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/aliases/key_aliases.tmpl b/aliases/key_aliases.tmpl index 77f1fd2..f1d2aaf 100644 --- a/aliases/key_aliases.tmpl +++ b/aliases/key_aliases.tmpl @@ -206,7 +206,8 @@ uzl "unzip -l" #s "systemctl suspend" #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" # so "xset dpms force off" xx "exit" @@ -343,7 +344,7 @@ id "identify" mst "sudo rm ~/st/config.h && sudo bear make -C ~/st install" # 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'" 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" vp "vercel --prod" +cr "~/Applications/cursor.AppImage --no-sandbox &" + # ]]] work # # red-hat [[[ # diff --git a/dot_vimrc.tmpl b/dot_vimrc.tmpl index f163825..b7fc700 100644 --- a/dot_vimrc.tmpl +++ b/dot_vimrc.tmpl @@ -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 " autocmd BufNewFile,BufRead *.md set filetype=markdown " autocmd Filetype markdown set textwidth=0 +autocmd Filetype markdown set textwidth=55 " autocmd Filetype html set foldmarker=0 autocmd BufNewFile,BufRead *.gd set expandtab! autocmd Filetype go set noexpandtab sw=4 diff --git a/scripts/executable_ubuntu-start b/scripts/executable_ubuntu-start index 68589ad..7783231 100644 --- a/scripts/executable_ubuntu-start +++ b/scripts/executable_ubuntu-start @@ -1,7 +1,6 @@ #!/bin/bash picom & -pulseaudio --start imwheel xmodmap ~/.Xmodmap @@ -11,6 +10,9 @@ xset r rate $XSET_DELAY $XSET_RATE picom & imwheel & 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") &