diff options
author | Thanos Apollo <[email protected]> | 2022-10-02 18:22:01 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2022-10-02 18:22:01 +0300 |
commit | 55835e79027acc4a25535439faf1ed651ed79495 (patch) | |
tree | 03406b8f1c9f2221cdcf8959611ffdfa4fe7b9af | |
parent | 35deb6f3b0b68605efbe0ccf2e37a0504fab0f2a (diff) |
remove autostart
-rwxr-xr-x | .config/autostart/autostart.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.config/autostart/autostart.sh b/.config/autostart/autostart.sh deleted file mode 100755 index d6b5488..0000000 --- a/.config/autostart/autostart.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -start(){ - emacs --daemon & - pipewire-pulse & - picom & - 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 & - setxkbmap -option caps:swapescape & - bluetooth-autoconnect & -} - -start |