mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-19 22:59:27 +02:00
switched to autostart script
This commit is contained in:
@@ -12,39 +12,8 @@ set $backupTerminal xterm
|
||||
set $borderThickness 2
|
||||
|
||||
# Autostart w/ i3 #######################################################################
|
||||
exec --no-startup-id "bash ~/.config/autostart.sh"
|
||||
|
||||
# General
|
||||
exec_always --no-startup-id fix_xcursor
|
||||
exec --no-startup-id "yadm pull"
|
||||
exec --no-startup-id "yadm submodule update --recursive"
|
||||
exec_always --no-startup-id "xmodmap ~/.Xmodmap"
|
||||
|
||||
# display
|
||||
exec --no-startup-id "nvidia-settings --load-config-only"
|
||||
exec --no-startup-id "dunst"
|
||||
exec --no-startup-id "picom"
|
||||
#exec --no-startup-id "picom --experimental-backends"
|
||||
#exec --no-startup-id zsh ~/.screenlayout/layout_2mon.sh
|
||||
#exec --no-startup-id zsh ~/.config/polybar/launch_polybar.sh
|
||||
exec --no-startup-id zsh ~/.config/polybar/launch_polybar_floating.sh
|
||||
exec --no-startup-id "nitrogen --restore"
|
||||
exec --no-startup-id "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
|
||||
exec --no-startup-id "light-locker"
|
||||
#exec --no-startup-id "sleep 5; xsnow -snowflakes 50 -notrees"
|
||||
|
||||
# audio
|
||||
#exec --no-startup-id zsh ~/Userdata/Scripts/Launchers/restart_pulseaudio_1s.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/launch_insync.sh
|
||||
exec --no-startup-id "nextcloud"
|
||||
exec --no-startup-id "glances -w -p 60000"
|
||||
|
||||
|
||||
################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user