config update

This commit is contained in:
Gregor Feierabend 2021-03-11 11:40:38 +02:00
parent d89be70dd7
commit 35e2ecad65
8 changed files with 26 additions and 11 deletions

View file

@ -24,7 +24,7 @@ urxvt*scrollWithBuffer: true
urxvt.perl-ext-common: default,tabbedex,background,font-size,matcher
urxvt.loginShell: true
urxvt*dynamicColors: on
urxvt*font: xft:DejaVu Sans Mono:pixelsize=13
urxvt*font: xft:DejaVu Sans Mono:pixelsize=13,xft:Symbola
urxvt.keysym.C-Up: font-size:increase
urxvt.keysym.C-Down: font-size:decrease
URxvt.cursorUnderline: false
@ -34,7 +34,7 @@ urxvt.matcher.button: 1
urxvt.background: rgba:0000/0000/0000/5555
urxvt.foreground: rgba:FFFF/FFFF/FFFF/FFFF
urxvt.color0: #3f3f3f
urxvt.color0: #000000
urxvt.color1: #cc0000
urxvt.color2: #4e9a06
urxvt.color3: #c4a000
@ -74,7 +74,7 @@ urxvt*keysym.Control-Shift-F10: command:\033]11;rgba:0000/0000/0000/5555\007\
URxvt*keysym.Control-Shift-F11: command:\033]11;rgba:0000/0000/0000/5555\007\
\033]10;#ffffff\007\
\033]12;#ffffff\007\
\033]4;0;#3f3f3f\007\
\033]4;0;#000000\007\
\033]4;1;#cc0000\007\
\033]4;2;#4e9a06\007\
\033]4;3;#c4a000\007\

View file

@ -1,4 +1,4 @@
shadow-opacity = 1;
shadow-opacity = 0.7;
shadow = true;
shadow-radius = 0;
shadow-offset-x = -2;

View file

@ -1,4 +1,4 @@
set aaa_mode=artist
set aaa_mode=album
set altformat_current= %F
set altformat_playlist= %f%= %d
set altformat_title=%f
@ -88,7 +88,7 @@ set mixer.alsa.device=
set mixer.pulse.restore_volume=1
set mouse=false
set mpris=false
set output_plugin=pulse
set output_plugin=alsa
set passwd=
set pl_sort=
set play_library=true
@ -106,7 +106,7 @@ set show_all_tracks=true
set show_current_bitrate=false
set show_hidden=false
set show_playback_position=true
set show_remaining_time=true
set show_remaining_time=false
set shuffle=false
set skip_track_info=false
set smart_artist_sort=true

View file

@ -1,4 +1,4 @@
#!/bin/zsh
#emulator -accel on -avd thePhone -gpu host -camera-front webcam1 -delay-adb -no-boot-anim
emulator -accel on -avd thePhone -gpu host -delay-adb
emulator -accel on -avd thePhone -gpu host -camera-back webcam1 -camera-front webcam1 -delay-adb -no-boot-anim -no-snapshot-load
#emulator -accel on -avd thePhone -gpu host -camera-back webcam1 -camera-front webcam1 -delay-adb -no-boot-anim -no-window
adb kill-server

11
.scripts/grabscreen.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/zsh
sudo rmmod v4l2loopback
sudo modprobe v4l2loopback video_nr=1,2
#xterm -e ffmpeg -f x11grab -show_region 1 -framerate 24 -video_size 640x480 -draw_mouse 1 -i :0.0+10,10 -f v4l2 /dev/video2 &
#gst-launch-1.0 -v v4l2src device=/dev/video2 ! videoconvert ! rotate angle=1.5707 ! v4l2sink device=/dev/video1 &
#ffmpeg -f v4l2 -i /dev/video2 -vf transpose=2 -f v4l2 /dev/video1
xterm -e ffmpeg -f x11grab -show_region 1 -framerate 25 $(slop -f '-video_size %wx%h -i +%x,%y') -draw_mouse 1 -vf transpose=2 -f v4l2 /dev/video2 &
xterm -e ffmpeg -f x11grab -show_region 1 -framerate 24 -video_size 480x640 -draw_mouse 1 -i :0.0+10,10 -f v4l2 /dev/video1 &

3
.scripts/headless.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/zsh
emulator -accel on -avd thePhone -gpu host -camera-back webcam1 -camera-front webcam1 -delay-adb -no-boot-anim -no-window
adb kill-server

3
.vimrc
View file

@ -9,6 +9,7 @@ filetype indent on
colorscheme noctu_adapted
set encoding=utf-8
set colorcolumn=80
set mouse=a
set term=screen
@ -209,7 +210,7 @@ autocmd BufNewFile,BufRead *.tex set syntax=plaintex
autocmd BufNewFile,BufRead *.tex syntax match Comment "%.*"
autocmd BufNewFile,BufRead *.tex set textwidth=80
imap <C-l><C-f> :let b:Imap_FreezeImap = 1<CR>
imap <C-l><C-o> :let b:Imap_FreezeImap = 1<CR>
imap <C-l><C-u> :let b:Imap_FreezeImap = 0<CR>
imap <C-l><C-n> <ESC>:w<CR>:!pdflatex %<CR>
nmap <C-l><C-n> :w<CR>:!pdflatex --shell-escape %<CR>

2
.zshrc
View file

@ -19,7 +19,7 @@ bindkey -v '^H' backward-delete-char
#bindkey -v '^G' '\e'
# End of lines configured by zsh-newuser-install
PATH="/home/x/perl5/bin${PATH:+:${PATH}}"; export PATH;
PATH="/home/x/.local/bin:/home/x/perl5/bin${PATH:+:${PATH}}"; export PATH;
PERL5LIB="/home/x/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
PERL_LOCAL_LIB_ROOT="/home/x/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
PERL_MB_OPT="--install_base \"/home/x/perl5\""; export PERL_MB_OPT;