Update
This commit is contained in:
@@ -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 [[[ #
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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") &
|
||||
|
||||
Reference in New Issue
Block a user