Add aliases and fix configs
This commit is contained in:
parent
890189704c
commit
220f582239
3 changed files with 7 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
alias .evim='$EDITOR $HOME/.config/vim/vimrc'
|
alias .evim='$EDITOR $HOME/.config/vim/vimrc'
|
||||||
alias .ebspwm='$EDITOR $HOME/.config/bspwm/bspwmrc'
|
alias .ebspwm='$EDITOR $HOME/.config/bspwm/bspwmrc'
|
||||||
alias .eqb='$EDITOR $HOME/.config/qutebrowser/config.py'
|
alias .eqb='$EDITOR $HOME/.config/qutebrowser/config.py'
|
||||||
|
alias .esxhkd='$EDITOR $HOME/.config/sxhkd/sxhkdrc'
|
||||||
alias .ezsh='$EDITOR $HOME/.config/zsh/.zshrc'
|
alias .ezsh='$EDITOR $HOME/.config/zsh/.zshrc'
|
||||||
alias .f='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
alias .f='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
|
|
||||||
|
@ -44,6 +45,7 @@ alias mkdir='mkdir -pv'
|
||||||
alias mv='mv -iv'
|
alias mv='mv -iv'
|
||||||
|
|
||||||
alias pacman-autoremove='pacman -Rns $(pacman -Qtdq)'
|
alias pacman-autoremove='pacman -Rns $(pacman -Qtdq)'
|
||||||
|
alias ps-grep='ps aux | grep -v grep | grep'
|
||||||
|
|
||||||
alias qutebrowser-kiosk='qutebrowser -B $XDG_DATA_HOME/qutebrowser-kiosk -C $XDG_CONFIG_HOME/qutebrowser/config-kiosk.py'
|
alias qutebrowser-kiosk='qutebrowser -B $XDG_DATA_HOME/qutebrowser-kiosk -C $XDG_CONFIG_HOME/qutebrowser/config-kiosk.py'
|
||||||
|
|
||||||
|
@ -55,6 +57,8 @@ alias sudo='sudo '
|
||||||
alias watch='watch -c'
|
alias watch='watch -c'
|
||||||
alias wget='wget -c'
|
alias wget='wget -c'
|
||||||
|
|
||||||
|
alias xdebug='XDEBUG_CONFIG="remote_host=127.0.0.1 remote_port=9003"'
|
||||||
|
|
||||||
### conditionals
|
### conditionals
|
||||||
|
|
||||||
[ -x "$(command -v bat)" ] && alias cat='bat -pp'
|
[ -x "$(command -v bat)" ] && alias cat='bat -pp'
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
#
|
#
|
||||||
# If this option is set to mouse or keyboard, the monitor option
|
# If this option is set to mouse or keyboard, the monitor option
|
||||||
# will be ignored.
|
# will be ignored.
|
||||||
#follow = mouse
|
follow = none
|
||||||
|
|
||||||
# The geometry of the window:
|
# The geometry of the window:
|
||||||
# [{width}]x{height}[+/-{x}+/-{y}]
|
# [{width}]x{height}[+/-{x}+/-{y}]
|
||||||
|
|
|
@ -20,7 +20,8 @@ sleep 1
|
||||||
systemctl --user start pulseaudio
|
systemctl --user start pulseaudio
|
||||||
|
|
||||||
sleep 1
|
sleep 1
|
||||||
alsa_out -d hw:PCH -j "Speaker" -c 2 &
|
#alsa_out -d hw:PCH -j "Speaker" -c 2 &
|
||||||
|
alsa_out -d "plughw:1,11" -j "Speaker" -c 2 &
|
||||||
|
|
||||||
sleep 1
|
sleep 1
|
||||||
jack_connect "PulseAudio JACK Sink":front-left Speaker:playback_1
|
jack_connect "PulseAudio JACK Sink":front-left Speaker:playback_1
|
||||||
|
|
Loading…
Reference in a new issue