Compare commits

...

5 Commits

4 changed files with 12 additions and 3 deletions

View File

@ -44,6 +44,9 @@ pipewire-pulse
#
# utility
#
cups
sane
ghostscript
glances
wavemon
usbutils
@ -109,6 +112,8 @@ w3m
#
gomuks
beets
# for beets
python-pylast
picom
keepassxc
gimp

View File

@ -28,9 +28,12 @@ nnoremap <silent> <leader>de :call vimspector#Reset()<cr>
" write clipboard into input file
function WriteInput()
let inputfile=$HOME .. "/.cache/termdebug/input/" .. expand("%:r")
echo "Input written to '" .. inputfile .. "'."
let inputfolder=$HOME .. "/.cache/termdebug/input/" .. expand("%:h")
silent exec "!mkdir -p " .. inputfolder
let inputfile=inputfolder .. "/" .. expand("%:t:r")
call writefile(getreg('+', 1, 1), inputfile)
" for some reason this line causes a Press Enter to continue
"echo "Input written to '" .. inputfile .. "'."
endfunction
nnoremap <silent> <leader>rw :call WriteInput()<cr>

View File

@ -65,6 +65,7 @@ find ~/quar \
-name '*.png' -o \
-name '*.jpeg' -o \
-name '*.webp' -o \
-name '*.webm' -o \
-name '*.gif' \
\) | \
while read -r FILE; do

View File

@ -85,7 +85,7 @@ bind k "toggle cl_capturevideo"
bind c "seta r_drawviewmodel 0; r_letterbox 1; showtime 0; showfps 0; viewsize 120"
seta "cl_autodemo" "1"
cl_capturevideo_fps 24
cl_capturevideo_fps 60
cl_capturevideo_ogg 1
cl_capturevideo_ogg_theora_quality 63
cl_capturevideo_ogg_theora_bitrate -1