diff options
author | ThanosApollo <[email protected]> | 2022-08-12 18:32:20 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-08-12 18:32:20 +0300 |
commit | c33522b06fa5081d5f342771719138d022b40082 (patch) | |
tree | eaa309f910e9a51b3af65a26c616e163a6ccb128 | |
parent | b6608790b46e6fb46332b03c83dfd69b3f5b551a (diff) |
fix typo
-rwxr-xr-x | .config/autostart/setup.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/autostart/setup.sh b/.config/autostart/setup.sh index 086f707..d9f8e41 100755 --- a/.config/autostart/setup.sh +++ b/.config/autostart/setup.sh @@ -1,8 +1,8 @@ #!/bin/sh -emacs --daemon & -pipewire-pulse & -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 & +nitrogen --restore +picom |