Compare commits
No commits in common. "01ad68f60382d3fd49275253d5ca48ce5c4b70ca" and "29a95ef90a3956a0a6681e4485fdb3ef6d28ef79" have entirely different histories.
01ad68f603
...
29a95ef90a
5
programs
5
programs
@ -44,9 +44,6 @@ pipewire-pulse
|
|||||||
#
|
#
|
||||||
# utility
|
# utility
|
||||||
#
|
#
|
||||||
cups
|
|
||||||
sane
|
|
||||||
ghostscript
|
|
||||||
glances
|
glances
|
||||||
wavemon
|
wavemon
|
||||||
usbutils
|
usbutils
|
||||||
@ -112,8 +109,6 @@ w3m
|
|||||||
#
|
#
|
||||||
gomuks
|
gomuks
|
||||||
beets
|
beets
|
||||||
# for beets
|
|
||||||
python-pylast
|
|
||||||
picom
|
picom
|
||||||
keepassxc
|
keepassxc
|
||||||
gimp
|
gimp
|
||||||
|
@ -28,12 +28,9 @@ nnoremap <silent> <leader>de :call vimspector#Reset()<cr>
|
|||||||
|
|
||||||
" write clipboard into input file
|
" write clipboard into input file
|
||||||
function WriteInput()
|
function WriteInput()
|
||||||
let inputfolder=$HOME .. "/.cache/termdebug/input/" .. expand("%:h")
|
let inputfile=$HOME .. "/.cache/termdebug/input/" .. expand("%:r")
|
||||||
silent exec "!mkdir -p " .. inputfolder
|
echo "Input written to '" .. inputfile .. "'."
|
||||||
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,7 +65,6 @@ 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 60
|
cl_capturevideo_fps 24
|
||||||
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