config update

This commit is contained in:
Gregor Feierabend 2021-05-11 23:41:39 +02:00
parent b250c20f97
commit 381761ef16
6 changed files with 32 additions and 7 deletions

View File

@ -52,6 +52,25 @@ urxvt.color14: #34e2e2
urxvt.color15: #eeeeec
!https://unix.stackexchange.com/questions/232881/urxvt-change-background-color-on-the-fly
URxvt*keysym.Control-Shift-F9: command:\033]10;#1d1f21\007\
\033]11;#ffffff\007\
\033]12;#000000\007\
\033]4;0;#282a2e\007\
\033]4;1;#a54242\007\
\033]4;2;#8c9440\007\
\033]4;3;#de935f\007\
\033]4;4;#5f819d\007\
\033]4;5;#85678f\007\
\033]4;6;#5e8d87\007\
\033]4;7;#000000\007\
\033]4;8;#373b41\007\
\033]4;9;#cc6666\007\
\033]4;10;#b5bd68\007\
\033]4;11;#f0c674\007\
\033]4;12;#81a2be\007\
\033]4;13;#b294bb\007\
\033]4;14;#8abeb7\007\
\033]4;15;#000000\007
urxvt*keysym.Control-Shift-F10: command:\033]11;rgba:0000/0000/0000/5555\007\
\033]10;#dcdcdc\007\
\033]12;#dcdcdc\007\

View File

@ -1,4 +1,4 @@
set aaa_mode=album
set aaa_mode=artist
set altformat_current= %F
set altformat_playlist= %f%= %d
set altformat_title=%f
@ -47,9 +47,10 @@ set color_win_title_bg=default
set color_win_title_fg=white
set confirm_run=true
set continue=true
set continue_album=true
set device=/dev/cdrom
set display_artist_sort_name=false
set dsp.alsa.device=bluealsa
set dsp.alsa.device=btheadset
set dsp.ao.buffer_size=16384
set dsp.ao.device_interface=
set dsp.ao.driver=
@ -88,12 +89,12 @@ 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
set play_library=false
set play_sorted=false
set repeat=false
set repeat=true
set repeat_current=false
set replaygain=disabled
set replaygain_limit=true
@ -114,7 +115,10 @@ set softvol=false
set softvol_state=0 0
set start_view=tree
set status_display_program=
set stop_after_queue=false
set time_show_leading_zero=true
set tree_width_max=0
set tree_width_percent=33
set wrap_search=true
bind browser backspace browser-up
bind browser i toggle show_hidden

View File

@ -211,6 +211,7 @@ bindsym $mod+z [class="Zathura"] scratchpad show
bindsym $mod+u [class="URxvt"] scratchpad show
bindsym $mod+c [title="Android Emulator*"] scratchpad show
bindsym $mod+Shift+w exec zsh ~/.config/i3/scripts/emulator.sh
bindsym $mod+Shift+m exec zsh ~/.config/i3/scripts/emulator_snap.sh
#bindsym $mod+t exec transset -n `xdotool getwindowfocus getwindowname` --dec 0.2
#bindsym $mod+Shift+t exec transset -n `xdotool getwindowfocus getwindowname` --inc 0.2
bindsym $mod+t exec zsh ~/.config/i3/scripts/incop.sh

View File

@ -170,3 +170,5 @@ secring.*
*.orig
*.rej
*.o
*.log

View File

@ -89,4 +89,3 @@ set message_cachedir="~/MAIL/muttmcache/"
set header_cache="~/MAIL/mutthcache/"
source ~/MAIL/muttrc.mailboxes
source ~/MAIL/muttrc.aliases
alias cinggs \"Inggs, Cornelia, Dr [cinggs@sun.ac.za]\" <cinggs@sun.ac.za>

View File

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