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
|
# utility
|
||||||
#
|
#
|
||||||
|
cups
|
||||||
|
sane
|
||||||
|
ghostscript
|
||||||
glances
|
glances
|
||||||
wavemon
|
wavemon
|
||||||
usbutils
|
usbutils
|
||||||
@ -109,6 +112,8 @@ w3m
|
|||||||
#
|
#
|
||||||
gomuks
|
gomuks
|
||||||
beets
|
beets
|
||||||
|
# for beets
|
||||||
|
python-pylast
|
||||||
picom
|
picom
|
||||||
keepassxc
|
keepassxc
|
||||||
gimp
|
gimp
|
||||||
|
@ -28,9 +28,12 @@ nnoremap <silent> <leader>de :call vimspector#Reset()<cr>
|
|||||||
|
|
||||||
" write clipboard into input file
|
" write clipboard into input file
|
||||||
function WriteInput()
|
function WriteInput()
|
||||||
let inputfile=$HOME .. "/.cache/termdebug/input/" .. expand("%:r")
|
let inputfolder=$HOME .. "/.cache/termdebug/input/" .. expand("%:h")
|
||||||
echo "Input written to '" .. inputfile .. "'."
|
silent exec "!mkdir -p " .. inputfolder
|
||||||
|
let inputfile=inputfolder .. "/" .. expand("%:t:r")
|
||||||
call writefile(getreg('+', 1, 1), inputfile)
|
call writefile(getreg('+', 1, 1), inputfile)
|
||||||
|
" for some reason this line causes a Press Enter to continue
|
||||||
|
"echo "Input written to '" .. inputfile .. "'."
|
||||||
endfunction
|
endfunction
|
||||||
nnoremap <silent> <leader>rw :call WriteInput()<cr>
|
nnoremap <silent> <leader>rw :call WriteInput()<cr>
|
||||||
|
|
||||||
|
@ -65,6 +65,7 @@ find ~/quar \
|
|||||||
-name '*.png' -o \
|
-name '*.png' -o \
|
||||||
-name '*.jpeg' -o \
|
-name '*.jpeg' -o \
|
||||||
-name '*.webp' -o \
|
-name '*.webp' -o \
|
||||||
|
-name '*.webm' -o \
|
||||||
-name '*.gif' \
|
-name '*.gif' \
|
||||||
\) | \
|
\) | \
|
||||||
while read -r FILE; do
|
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"
|
bind c "seta r_drawviewmodel 0; r_letterbox 1; showtime 0; showfps 0; viewsize 120"
|
||||||
seta "cl_autodemo" "1"
|
seta "cl_autodemo" "1"
|
||||||
|
|
||||||
cl_capturevideo_fps 24
|
cl_capturevideo_fps 60
|
||||||
cl_capturevideo_ogg 1
|
cl_capturevideo_ogg 1
|
||||||
cl_capturevideo_ogg_theora_quality 63
|
cl_capturevideo_ogg_theora_quality 63
|
||||||
cl_capturevideo_ogg_theora_bitrate -1
|
cl_capturevideo_ogg_theora_bitrate -1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user