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
|
# Autostart
|
||||||
exec /usr/lib/polkit-1/polkitd --no-debug
|
exec /usr/lib/polkit-1/polkitd --no-debug
|
||||||
exec dex -as ~/.config/autostart
|
exec dex -as ~/.config/autostart
|
||||||
|
exec compton --dbus --xrender-sync-fence
|
||||||
exec --no-startup-id tbg ~/Upload/bg/ -m 1 -c "betterlockscreen -u /_"
|
exec --no-startup-id tbg ~/Upload/bg/ -m 1 -c "betterlockscreen -u /_"
|
||||||
exec ssh-agent -Da /tmp/ssh-agent-$USER.sock
|
exec ssh-agent -Da /tmp/ssh-agent-$USER.sock
|
||||||
exec keepassxc
|
exec keepassxc
|
||||||
|
@ -148,4 +149,3 @@ bar {
|
||||||
statusline #dddddd
|
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':
|
file {'Autostart libinput-gestures':
|
||||||
ensure => link,
|
ensure => link,
|
||||||
path => '/home/jake/.config/autostart/libinput-gestures.desktop',
|
path => '/home/jake/.config/autostart/libinput-gestures.desktop',
|
||||||
|
|
Loading…
Reference in a new issue