diff options
author | zachir <zachir@librem.one> | 2023-05-30 10:11:38 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-05-30 10:11:38 -0500 |
commit | 73941f4ac9eae46b8284955c8f8a3baead3bf43f (patch) | |
tree | b8dfb3653957e89ade3ff53b3260f5cd712893e6 | |
parent | 392c0057c6f748fda5ddef3acb99f0da6446dcc8 (diff) |
not using X, so redo autostart.sh
-rwxr-xr-x | autostart.sh | 31 |
1 files changed, 7 insertions, 24 deletions
diff --git a/autostart.sh b/autostart.sh index dbf7bed..5d40639 100755 --- a/autostart.sh +++ b/autostart.sh @@ -19,30 +19,13 @@ killandrun () { if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then notify-sound.sh off & - if [ -n "$WAYLAND_DISPLAY" ]; then - runifnot swayidle - killandrun hyprpaper - #launch_waybar.sh "$(crcparse WC)" - runifnot waybar -c ~/.config/waybar/config-"$(basename "$(crcparse WC)")" - gsettings set $gnome-schema gtk-theme 'Plata-Noir-Compact' - gsettings set $gnome-schema icon-theme 'Mint-Y-Dark-Blue' - gsettings set $gnome-schema cursor-theme 'Adwaita' - if [ "$(crcparse WC | xargs basename)" = "Hyprland" ]; then - xrdb ~/.Xresources - fi - else - #runifnot picom - runifnot caffeine - runifnot xss-lock slockd - runifnot sxhkd - if "$(type xmonad >/dev/null 2>&1)"; then - if ["$(crcparse WM)" = "$(which xmonad)" ]; then - runifnot stalonetray - fi - fi - xwallpaper --zoom ~/background.jpg - setxkbmap -option "caps:escape" - fi + runifnot swayidle + killandrun hyprpaper + runifnot waybar + gsettings set $gnome-schema gtk-theme 'Plata-Noir-Compact' + gsettings set $gnome-schema icon-theme 'Mint-Y-Dark-Blue' + gsettings set $gnome-schema cursor-theme 'Adwaita' + xrdb ~/.Xresources runifnot portmaster-start --data=/opt/safing/portmaster notifier fi |