Compare commits
5 Commits
29a95ef90a
...
01ad68f603
Author | SHA1 | Date | |
---|---|---|---|
01ad68f603 | |||
2f133e087a | |||
18aeacdcba | |||
d6f13328a9 | |||
66301e03d8 |
5
programs
5
programs
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user