desktop: disable startup applications
This commit is contained in:
parent
866782e474
commit
1f35500e55
3 changed files with 0 additions and 55 deletions
|
@ -2,17 +2,6 @@
|
|||
|
||||
{
|
||||
xsession.windowManager.i3.config = {
|
||||
startup = [
|
||||
{
|
||||
command = let layout = pkgs.substituteAll {
|
||||
src = ./layout.sh;
|
||||
tree = ./tree.json;
|
||||
isExecutable = true;
|
||||
}; in "${layout}";
|
||||
always = true;
|
||||
notification = false;
|
||||
}
|
||||
];
|
||||
workspaceOutputAssign = [
|
||||
{
|
||||
output = "HDMI-0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue