diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index 6a33841..3210afa 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -46,8 +46,8 @@ bspc rule -a *:feh state=floating bspc rule -a *:Plugin-container state=floating bspc rule -a *:Conky sticky=on manage=off lower=on bspc rule -a *:Screenkey manage=off -bspc rule -a Steam border=off state=floating -bspc rule -a Stellaris border=off state=fullscreen +bspc rule -a *:Steam border=off state=floating +bspc rule -a *:Stellaris border=off state=fullscreen #bspc rule -a vlc:vlc state=floating layer=above bspc config external_rules_command "$HOME/.config/bspwm/external_rules" diff --git a/sh/aliases b/sh/aliases index b1391f6..0aba24c 100644 --- a/sh/aliases +++ b/sh/aliases @@ -25,6 +25,8 @@ alias la='ls -A' alias list='ls -lhA' alias tree='tree -Chug' alias ds='du -hsc * | sort -h' +alias rs='rsync -avhP' +alias Grep='grep -i' #::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: @@ -52,7 +54,10 @@ fi #::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: alias xtv='xrandr --output HDMI-0 --auto --same-as DVI-I-1' -alias mic='echo "Starting jack mic input..." && alsa_in -j mic -d hw:USB -r 192000 -c 2 -p 1024 -n 3' +alias alsa_mic='echo "Starting jack alsa mic input..." && alsa_in -j mic -d hw:USB -r 192000 -c 2 -p 1024 -n 3' +alias mic='echo "Starting jack mic input..." && jack_connect system:capture_1 system:playback_1 && jack_connect system:capture_1 system:playback_2' +alias mic_off='echo "Stopping jack mic input..." && jack_disconnect system:capture_1 system:playback_1 && jack_disconnect system:capture_1 system:playback_2' +alias uber_out='echo "Routing pulse to Schiit..." && $( sleep 2 && jack_connect "PulseAudio JACK Sink:front-left" uber:playback_1 && jack_connect "PulseAudio JACK Sink:front-right" uber:playback_2 ) & alsa_out -j uber -d hw:Uber -r 192000 -c 2 -p 1024 -n 3' alias gamepad="xboxdrv --silent --detach-kernel-driver --mimic-xpad" # run as root @@ -113,7 +118,7 @@ alias pipes='/usr/bin/pipes -t 3 -f 60 -r 8000' #::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: #alias engage='play -r 44100 -c2 -n synth whitenoise lowpass -1 120 lowpass -1 120 lowpass -1 120 gain +16' -alias engage='play -c2 -n -t alsa synth whitenoise band -n 100 24 band -n 300 100 gain +16' +alias engage='play -c2 -n -t alsa synth whitenoise band -n 100 24 band -n 300 100 gain +20' play_midi() { fluidsynth -a alsa -m alsa_seq -j -g 2 -l -i /usr/share/soundfonts/FluidR3_GM.sf2 "$*"; } say() { echo "$@" | festival --tts; } diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index dcb5b13..824e02d 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -85,6 +85,10 @@ alt + {_,ctrl +} shift + bracket{left,right} alt + {s,f,t} bspc node --state \~{floating,fullscreen,pseudo_tiled} +# force tiled window +alt + shift + t + bspc node --state tiled + # select window backward/forward in history, preserving order alt + {o,i} bspc wm --record-history off; \ diff --git a/vim/vim/spell/en.utf-8.add b/vim/vim/spell/en.utf-8.add index a99ba3e..455880c 100644 --- a/vim/vim/spell/en.utf-8.add +++ b/vim/vim/spell/en.utf-8.add @@ -119,3 +119,7 @@ Starfleet impactful customizations filetype +prepended +prepend +docstring +durations diff --git a/vim/vim/spell/en.utf-8.add.spl b/vim/vim/spell/en.utf-8.add.spl index 1c5a9af..1b7355f 100644 Binary files a/vim/vim/spell/en.utf-8.add.spl and b/vim/vim/spell/en.utf-8.add.spl differ diff --git a/zsh/zshrc b/zsh/zshrc index 529ef62..e62c91d 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -47,8 +47,8 @@ autoload -Uz compinit && compinit HISTFILE=~/.histfile -HISTSIZE=2500 -SAVEHIST=2500 +HISTSIZE=10000 +SAVEHIST=10000 setopt appendhistory extendedglob nomatch notify unsetopt autocd beep bindkey -v # emulate vi keybindings @@ -128,7 +128,7 @@ fi export GPG_TTY=$(tty) # Fix GPG pin prompt bug with git export SDL_VIDEO_FULLSCREEN_HEAD=3 setopt HIST_IGNORE_SPACE -tabs 4 # Set default tab stop at 4 spaces +#tabs 4 # Set default tab stop at 4 spaces if [[ $HOST == motoko ]]; then export TERM=xterm-256color