diff options
author | ThanosApollo <[email protected]> | 2022-08-14 00:57:32 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-08-14 00:57:32 +0300 |
commit | b2e90d8439975830b21839e4bb33b837022835b2 (patch) | |
tree | 982eafaed2bb2b220cd5bd6524ac9572746bbafa /.config | |
parent | 6e146aef023e255bd0f4019d9d5a18b71cab4c86 (diff) |
fix autostart
Diffstat (limited to '.config')
-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 & |