diff options
author | Mateja <mail@matejamaric.com> | 2021-05-01 17:31:51 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-05-01 17:31:51 +0200 |
commit | 3858306acd6ebf93ee826a1c161d3096f6b0bf35 (patch) | |
tree | 979509e3636fb6719f37fdefe50b0cc7a16b4628 /.xprofile | |
parent | c6fc484be86316b9a5f96b68aaaf192671983d17 (diff) | |
download | dotfiles-3858306acd6ebf93ee826a1c161d3096f6b0bf35.tar.gz dotfiles-3858306acd6ebf93ee826a1c161d3096f6b0bf35.zip |
Use `.xprofile` instead of `autostart.sh`.
Diffstat (limited to '.xprofile')
-rwxr-xr-x | .xprofile | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,2 +1,17 @@ #!/bin/sh + eval $(keychain --clear --eval --agents gpg,ssh --quiet) + +xset -b +setxkbmap -layout us,rs,rs -variant ,alternatequotes,latin -option grp:alt_shift_toggle,caps:swapescape +numlockx & + +dunst & +udiskie & + +#picom & +compton --backend glx -b & + +feh --bg-fill ~/stuff/pictures/nantes.jpg + +mpd & |