Update stuff
This commit is contained in:
parent
e0d2922b81
commit
5216b386c3
6 changed files with 13 additions and 6 deletions
|
@ -70,6 +70,9 @@ alias xdebug='XDEBUG_CONFIG="remote_host=127.0.0.1 remote_port=9003"'
|
|||
|
||||
[ -x "$(command -v exa)" ] && alias ls='exa -lhF --git --icons --color=always --color-scale --time-style=long-iso'
|
||||
|
||||
[ -x "$(command -v rmtrash)" ] && alias rm='rmtrash'
|
||||
[ -x "$(command -v rmdirtrash)" ] && alias rmdir='rmdirtrash'
|
||||
|
||||
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
|
||||
|
||||
[ -f "$HOME/.config/aliasrc.local" ] && . "$HOME/.config/aliasrc.local"
|
||||
|
|
|
@ -104,7 +104,7 @@ bspc rule -a '*:*:TeamSpeak' desktop='voip'
|
|||
bspc rule -a 'Alacritty:mail' desktop='voip' locked='true'
|
||||
bspc rule -a 'Element' desktop='voip' locked='true'
|
||||
bspc rule -a 'discord' desktop='voip'
|
||||
bspc rule -a 'Steam:Steam:Friends List' desktop='voip'
|
||||
bspc rule -a 'Steam' desktop='side-view'
|
||||
|
||||
bspc rule -a 'Evolution' desktop='messenger'
|
||||
bspc rule -a 'Signal' desktop='messenger'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue