From b2e90d8439975830b21839e4bb33b837022835b2 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Sun, 14 Aug 2022 00:57:32 +0300 Subject: fix autostart --- .config/autostart/autostart.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .config/autostart/autostart.sh (limited to '.config/autostart/autostart.sh') diff --git a/.config/autostart/autostart.sh b/.config/autostart/autostart.sh new file mode 100755 index 0000000..19d7df9 --- /dev/null +++ b/.config/autostart/autostart.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +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 & -- cgit v1.2.3