Change autostart for manual run

This commit is contained in:
Jake Howard 2018-04-25 21:14:56 +01:00
parent 298a3aa9e7
commit 8f51160d49
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 1 additions and 10 deletions

View file

@ -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
}
}

View file

@ -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',