aboutsummaryrefslogtreecommitdiff
path: root/.config/qtile/autostart.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/qtile/autostart.sh')
-rwxr-xr-x.config/qtile/autostart.sh12
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 &