aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-04-25 18:36:24 +0200
committerMateja <mail@matejamaric.com>2021-04-25 18:36:24 +0200
commitcaf81aa16567765150192d702d322ad64a771f9c (patch)
tree7370c5c9055892ff28ba6d5f78f825be5f8b8974 /.local
parentde656042198075b8b76a4bc74aede81e0cc1a035 (diff)
downloaddotfiles-caf81aa16567765150192d702d322ad64a771f9c.tar.gz
dotfiles-caf81aa16567765150192d702d322ad64a771f9c.zip
Move `autostart.sh` to `.local/bin`
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/autostart.sh17
1 files changed, 17 insertions, 0 deletions
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 &