Change autostart for manual run
This commit is contained in:
parent
298a3aa9e7
commit
8f51160d49
2 changed files with 1 additions and 10 deletions
|
@ -128,6 +128,7 @@ bindsym $mod+g mode "gaps"
|
|||
# Autostart
|
||||
exec /usr/lib/polkit-1/polkitd --no-debug
|
||||
exec dex -as ~/.config/autostart
|
||||
exec compton --dbus --xrender-sync-fence
|
||||
exec --no-startup-id tbg ~/Upload/bg/ -m 1 -c "betterlockscreen -u /_"
|
||||
exec ssh-agent -Da /tmp/ssh-agent-$USER.sock
|
||||
exec keepassxc
|
||||
|
@ -148,4 +149,3 @@ bar {
|
|||
statusline #dddddd
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -27,15 +27,6 @@ class i3::autostart {
|
|||
}
|
||||
}
|
||||
|
||||
file {'Autostart Compton':
|
||||
ensure => link,
|
||||
path => '/home/jake/.config/autostart/compton.desktop',
|
||||
mode => '0644',
|
||||
owner => 'jake',
|
||||
source => '/usr/share/applications/compton.desktop'
|
||||
}
|
||||
|
||||
|
||||
file {'Autostart libinput-gestures':
|
||||
ensure => link,
|
||||
path => '/home/jake/.config/autostart/libinput-gestures.desktop',
|
||||
|
|
Loading…
Reference in a new issue