From 9faf2a3b830f10f742066f06d7690f167e9442ee Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 19 Feb 2021 08:59:58 +0100 Subject: [PATCH] improved polybar config merging + autostart --- .config/autostart.sh##h.yoga3 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.config/autostart.sh##h.yoga3 b/.config/autostart.sh##h.yoga3 index f0d425f..289cd04 100644 --- a/.config/autostart.sh##h.yoga3 +++ b/.config/autostart.sh##h.yoga3 @@ -1,5 +1,30 @@ #!/bin/bash +# YOGA3 i3 config: + +# # General +# exec_always --no-startup-id fix_xcursor +# exec --no-startup-id xmodmap ~/.Xmodmap + +# # display +# exec --no-startup-id "picom" +# exec --no-startup-id zsh ~/.config/polybar/launch_polybar.sh +# exec --no-startup-id "nitrogen --restore" +# exec --no-startup-id "unclutter --timeout 5 --jitter 5 --ignore-scrolling" + +# # audio +# exec --no-startup-id zsh ~/Userdata/Scripts/Launchers/restart_pulseaudio.sh +# exec --no-startup-id zsh -c "pactl unload-module module-role-cork" + +# # extra +# exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 +# exec --no-startup-id "rfkill unblock bluetooth" +# exec --no-startup-id blueberry-tray +# #exec --no-startup-id onboard +# exec --no-startup-id nm-applet +# #exec --no-startup-id zsh ~/Userdata/Scripts/Launchers/launch_insync.sh +# exec --no-startup-id "nextcloud --background" + autostart() { # General run "fix_xcursor"