Compare commits
No commits in common. "870eed0b2a416b281668112d6efef54bd88f4d5b" and "f7f73652284de0c4232f28642ec844fbd86f2817" have entirely different histories.
870eed0b2a
...
f7f7365228
5 changed files with 9 additions and 11 deletions
|
@ -4,11 +4,11 @@ alias aliases='vim ~/.config/aliasrc && source ~/.config/aliasrc'
|
|||
alias archlinux-admin-checkservices='sudo /usr/share/archlinux/contrib/admin/checkservices'
|
||||
|
||||
alias df='df -h'
|
||||
|
||||
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
alias dotfiles-mail='/usr/bin/git --git-dir=$HOME/.dotfiles-mail/ --work-tree=$HOME'
|
||||
alias du='du -h'
|
||||
|
||||
alias free='free -h'
|
||||
alias du='du -h'
|
||||
|
||||
alias git-update-submodules='
|
||||
git submodule update --init --recursive;
|
||||
|
@ -24,7 +24,6 @@ alias ls='ls -Flh --color=never'
|
|||
|
||||
alias lsblk='lsblk -o +PARTLABEL -o +FSTYPE'
|
||||
|
||||
alias mail-alias='function _mail-alias(){ echo "$1-$(uuidgen)@relay.msrg.cc"; }; _mail-alias'
|
||||
alias make='make -j5'
|
||||
alias md5='ms5'
|
||||
alias md5sum-dir='function _md5sum-dir(){ find $1 -type f -exec md5sum {} \; | md5sum; }; _md5sum-dir'
|
||||
|
@ -39,4 +38,4 @@ alias synced-repos-status='
|
|||
echo "\n\npass git" && pass git status
|
||||
'
|
||||
|
||||
alias rm='rm -I --one-file-system -v'
|
||||
alias rm='rm -I'
|
||||
|
|
|
@ -33,7 +33,6 @@ bspc config external_rules_command "$HOME/.config/bspwm/external_rules"
|
|||
|
||||
bspc rule -a 'firefox' desktop='web'
|
||||
bspc rule -a 'firefox:Toolkit' follow='true' desktop='side-view' state='fullscreen'
|
||||
bspc rule -a 'vlc' follow='true' desktop='side-view' state='fullscreen'
|
||||
bspc rule -a 'MPlayer' follow='true' desktop='side-view' state='fullscreen'
|
||||
bspc rule -a 'TeamSpeak 3' desktop='voip' locked='true'
|
||||
bspc rule -a 'Alacritty:mail' desktop='voip' locked='true'
|
||||
|
|
|
@ -23,8 +23,6 @@ set encoding=utf-8
|
|||
|
||||
set nowrap
|
||||
|
||||
set wildmode=longest,list,full
|
||||
|
||||
autocmd FileType yaml setlocal ai ts=2 sw=2 et cuc nu
|
||||
|
||||
runtime ftplugin/man.vim
|
||||
|
|
|
@ -8,8 +8,8 @@ sleep 1
|
|||
jack_control ds alsa
|
||||
jack_control dps device hw:U192k
|
||||
jack_control dps rate 48000
|
||||
jack_control dps nperiods 4
|
||||
jack_control dps period 256
|
||||
jack_control dps nperiods 2
|
||||
jack_control dps period 128
|
||||
jack_control start
|
||||
|
||||
sleep 1
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[ -f "$HOME/.config/user-dirs.dirs" ] && source $HOME/.config/user-dirs.dirs
|
||||
source $HOME/.config/environment
|
||||
|
||||
xcompmgr -n -f -D3 &
|
||||
#xcompmgr -c -r0 &
|
||||
picom &
|
||||
numlockx on
|
||||
|
||||
setxkbmap de
|
||||
|
@ -35,7 +36,7 @@ _autostart_on_launch()
|
|||
steam-runtime -silent -tcp &
|
||||
env GTK_THEME=Adwaita:light firefox &
|
||||
|
||||
start_jack
|
||||
start_jack >/tmp/jack.log 2>&1
|
||||
sleep 1
|
||||
teamspeak3 &
|
||||
sleep 2
|
||||
|
@ -47,6 +48,7 @@ _autostart_on_launch()
|
|||
xdg-open "steam://open/friends/"
|
||||
|
||||
mopidy &
|
||||
ympd --webport 54594 &
|
||||
}
|
||||
|
||||
_autostart_on_launch &
|
||||
|
|
Loading…
Reference in a new issue