diff options
author | Mateja <mail@matejamaric.com> | 2021-02-08 12:00:27 +0100 |
---|---|---|
committer | Mateja Marić <mail@matejamaric.com> | 2021-02-08 12:13:39 +0100 |
commit | 7510d92ad45ff503fe64719209dad9568b2e57eb (patch) | |
tree | fe18d3415036fc99360a1f9194fa60cfa22e1f3a /.config/qtile | |
parent | d5d43b4acf7f785db390003a7896bf7c8e6ad900 (diff) | |
download | dotfiles-7510d92ad45ff503fe64719209dad9568b2e57eb.tar.gz dotfiles-7510d92ad45ff503fe64719209dad9568b2e57eb.zip |
Add kaychain, remove systemd startx condition, update and comment autostart.sh
Diffstat (limited to '.config/qtile')
-rwxr-xr-x | .config/qtile/autostart.sh | 12 |
1 files changed, 10 insertions, 2 deletions
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 & |