diff options
-rw-r--r-- | .bash_profile | 8 | ||||
-rwxr-xr-x | .config/qtile/autostart.sh | 12 |
2 files changed, 13 insertions, 7 deletions
diff --git a/.bash_profile b/.bash_profile index acb50cc..6c5ab5b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,9 +1,7 @@ -# -# ~/.bash_profile -# - [[ -f ~/.bashrc ]] && . ~/.bashrc -if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then +eval $(keychain --clear --eval --agents gpg,ssh --quiet) + +if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then startx fi diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index 29d9ce9..429f090 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -1,12 +1,20 @@ #!/bin/sh xset -b + setxkbmap -option caps:swapescape #setxkbmap -layout us,rs -variant ,alternatequotes -option grp:alt_shift_toggle,caps:swapescape + numlockx & dunst & udiskie & + +#picom & compton --backend glx & + feh --bg-fill ~/stuff/pictures/alps-house.jpg -gpg-agent & -ssh-agent & + +#lxpolkit & +#gpg-agent & +#ssh-agent & + mpd & |