summaryrefslogtreecommitdiff
path: root/.config/autostart
diff options
context:
space:
mode:
Diffstat (limited to '.config/autostart')
-rwxr-xr-x.config/autostart/autostart.sh (renamed from .config/autostart/setup.sh)13
1 files changed, 7 insertions, 6 deletions
diff --git a/.config/autostart/setup.sh b/.config/autostart/autostart.sh
index d9f8e41..19d7df9 100755
--- a/.config/autostart/setup.sh
+++ b/.config/autostart/autostart.sh
@@ -1,8 +1,9 @@
#!/bin/sh
-emacs --daemon
-pipewire-pulse
-setxkbmap -option caps:swapescape
-xrandr --output DisplayPort-0 --off --output DisplayPort-1 --off --output DisplayPort-2 --primary --mode 2560x1440 --pos 1920x0 --rotate normal --output HDMI-A-0 --mode 1920x1080 --pos 0x0 --rotate normal
-nitrogen --restore
-picom
+run emacs --daemon &
+pipewire-pulse &
+setxkbmap -option caps:swapescape &
+xrandr --output DisplayPort-0 --off --output DisplayPort-1 --off --output DisplayPort-2 --primary --mode 2560x1440 --pos 1920x0 --rotate normal --output HDMI-A-0 --mode 1920x1080 --pos 0x0 --rotate normal &
+nitrogen --restore &
+picom &
+bluetooth-autoconnect &