Switched to autorandr, fixed swallow
This commit is contained in:
parent
004b6a133b
commit
4a43ec4f7c
2 changed files with 3 additions and 2 deletions
2
.bashrc
2
.bashrc
|
@ -19,7 +19,7 @@ alias cheat='f() { curl cheat.sh/$1; };f'
|
||||||
alias updatemirrors='sudo reflector --age 12 --number 10 --protocol https --sort rate --save /etc/pacman.d/mirrorlist'
|
alias updatemirrors='sudo reflector --age 12 --number 10 --protocol https --sort rate --save /etc/pacman.d/mirrorlist'
|
||||||
alias pacman-clean='pacman -Rsn $(pacman -Qdtq)'
|
alias pacman-clean='pacman -Rsn $(pacman -Qdtq)'
|
||||||
alias memepv='mpv --vo=tct --profile=sw-fast'
|
alias memepv='mpv --vo=tct --profile=sw-fast'
|
||||||
alias sw='swallow'
|
alias sw='i3-swallow'
|
||||||
|
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
|
|
|
@ -233,7 +233,8 @@ exec --no-startup-id /usr/bin/syncthing -no-browser -home="/home/logan/.config/s
|
||||||
exec --no-startup-id /usr/bin/syncthingtray --wait 2>&1 &
|
exec --no-startup-id /usr/bin/syncthingtray --wait 2>&1 &
|
||||||
exec --no-startup-id /usr/bin/kdeconnect-indicator 2>&1 &
|
exec --no-startup-id /usr/bin/kdeconnect-indicator 2>&1 &
|
||||||
exec --no-startup-id /usr/bin/xfce4-power-manager 2>&1 &
|
exec --no-startup-id /usr/bin/xfce4-power-manager 2>&1 &
|
||||||
exec --no-startup-id /usr/bin/bash ~/.screenlayout/default.sh 2>&1
|
exec --no-startup-id /usr/bin/autorandr -l default 2>&1 &
|
||||||
|
#exec --no-startup-id /usr/bin/bash ~/.screenlayout/default.sh 2>&1
|
||||||
exec --no-startup-id xss-lock -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10 2>&1 &
|
exec --no-startup-id xss-lock -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10 2>&1 &
|
||||||
exec --no-startup-id ~/.config/i3/customonce.sh 2>&1
|
exec --no-startup-id ~/.config/i3/customonce.sh 2>&1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue