Add Nextcloud client, remove old lock autostart
This commit is contained in:
parent
7a156fdaf5
commit
6ae5c46aa5
2 changed files with 3 additions and 2 deletions
|
@ -61,8 +61,9 @@ in
|
||||||
killall
|
killall
|
||||||
trash-cli # aliased to rm in .bashrc
|
trash-cli # aliased to rm in .bashrc
|
||||||
|
|
||||||
# Configuration applications
|
# Tray applications
|
||||||
networkmanagerapplet # nm-applet
|
networkmanagerapplet # nm-applet
|
||||||
|
nextcloud-client
|
||||||
|
|
||||||
# GUI applications
|
# GUI applications
|
||||||
firefox
|
firefox
|
||||||
|
|
2
i3.nix
2
i3.nix
|
@ -46,7 +46,7 @@ in {
|
||||||
};
|
};
|
||||||
startup = [
|
startup = [
|
||||||
{
|
{
|
||||||
command = "(systemctl --user restart polybar &) && (nm-applet &) && lock";
|
command = "(systemctl --user restart polybar &) && (nm-applet &) && (nextcloud &)";
|
||||||
always = true;
|
always = true;
|
||||||
notification = false;
|
notification = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue