From caf81aa16567765150192d702d322ad64a771f9c Mon Sep 17 00:00:00 2001 From: Mateja Date: Sun, 25 Apr 2021 18:36:24 +0200 Subject: Move `autostart.sh` to `.local/bin` --- .local/bin/autostart.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 .local/bin/autostart.sh (limited to '.local') diff --git a/.local/bin/autostart.sh b/.local/bin/autostart.sh new file mode 100755 index 0000000..f1cfe16 --- /dev/null +++ b/.local/bin/autostart.sh @@ -0,0 +1,17 @@ +#!/usr/bin/env bash +xset -b + +#setxkbmap -option caps:swapescape +#setxkbmap -layout us,rs,rs -variant ,alternatequotes,latin -option grp:alt_shift_toggle,caps:swapescape +setxkbmap -layout us,rs,rs -variant ,alternatequotes,latin -option caps:swapescape + +numlockx & +dunst & +udiskie & + +#picom & +compton --backend glx -b & + +feh --bg-fill ~/stuff/pictures/nantes.jpg + +#mpd & -- cgit v1.2.3