summaryrefslogtreecommitdiff
path: root/.config/autostart/setup.sh
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-08-12 18:31:32 +0300
committerThanosApollo <[email protected]>2022-08-12 18:31:32 +0300
commitb6608790b46e6fb46332b03c83dfd69b3f5b551a (patch)
treee4166fb7191ad4db121b1ff346e5e303e6f822bd /.config/autostart/setup.sh
parenteaa0070836ae2e4178ce07b6ba229df2fe9e58bd (diff)
Add nitrogen restore
Diffstat (limited to '.config/autostart/setup.sh')
-rwxr-xr-x.config/autostart/setup.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/.config/autostart/setup.sh b/.config/autostart/setup.sh
index 327c9db..086f707 100755
--- a/.config/autostart/setup.sh
+++ b/.config/autostart/setup.sh
@@ -1,5 +1,8 @@
#!/bin/sh
-emacs --daemon
-setxkbmap -option caps:swapescape
+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 &