Browse Source

Update

h7-volume
Kevin Mok 3 days ago
parent
commit
f6a0c39228
Signed by: Kevin-Mok GPG Key ID: FB0DA56BEB5D98F3
  1. 7
      aliases/key_aliases.tmpl
  2. 1
      dot_vimrc.tmpl
  3. 6
      scripts/executable_ubuntu-start

7
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 [[[ #

1
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

6
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") &
Loading…
Cancel
Save