wip: dnsc-machine setup
This commit is contained in:
parent
03d369976a
commit
bfa5d36960
1 changed files with 7 additions and 8 deletions
|
|
@ -44,19 +44,19 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
label = " ";
|
label = " ";
|
||||||
command = "niri msg action quit"
|
command = "niri msg action quit";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
label = " ";
|
label = " ";
|
||||||
command = "swaylock"
|
command = "swaylock";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
label = " ";
|
label = " ";
|
||||||
command = "systemctl reboot"
|
command = "systemctl reboot";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
label = " ";
|
label = " ";
|
||||||
command = "systemctl poweroff"
|
command = "systemctl poweroff";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
@ -66,10 +66,9 @@
|
||||||
button-text = "Do Not Disturb";
|
button-text = "Do Not Disturb";
|
||||||
};
|
};
|
||||||
mpris = {
|
mpris = {
|
||||||
"blacklist": [],
|
autohide = false;
|
||||||
"autohide": false,
|
show-album-art = "always";
|
||||||
"show-album-art": "always",
|
loop-carousel = false;
|
||||||
"loop-carousel": false
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue