Merge branch 'master' of git.dustvoice.de:DustVoice/dotfiles
This commit is contained in:
commit
2ca0cc76cb
2 changed files with 9 additions and 4 deletions
9
.zshenv
9
.zshenv
|
@ -46,3 +46,12 @@ export CXXFLAGS='-std=c++14'
|
|||
export LIBGL_ALWAYS_INDIRECT=1
|
||||
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
|
||||
alias layout='xkblayout-state print "%s %v"'
|
||||
alias picom-default='picom -bgc --backend glx --unredir-if-possible-delay 1000 --vsync'
|
||||
alias screenkey-obs='screenkey --no-systray -t 2 -p fixed -s small -g 960x36+960+4 --key-mode composed --bak-mode full --mods-mode normal --scr 0 -f hack'
|
||||
alias tmate-obs='tmate -k tmk-et35fx5m9ca7cxot4jjwksmaoy -r dustvoice'
|
||||
alias xfce-polkit='/usr/lib/xfce-polkit/xfce-polkit'
|
||||
alias davinci-resolve='/opt/resolve/bin/resolve'
|
||||
|
||||
alias rofi-scripts='alias | sed -e "s/=.*//"'
|
||||
|
|
4
.zshrc
4
.zshrc
|
@ -104,7 +104,3 @@ else
|
|||
fi
|
||||
|
||||
gpg-connect-agent updatestartuptty /bye
|
||||
|
||||
if [[ -f $HOME/.zsh_alias ]]; then
|
||||
source $HOME/.zsh_alias
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue