From 3858306acd6ebf93ee826a1c161d3096f6b0bf35 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sat, 1 May 2021 17:31:51 +0200 Subject: Use `.xprofile` instead of `autostart.sh`. --- .xprofile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.xprofile') diff --git a/.xprofile b/.xprofile index d13cb65..d4f0efc 100755 --- a/.xprofile +++ b/.xprofile @@ -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 & -- cgit v1.2.3