mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
added floating windows for emulator
This commit is contained in:
parent
8b82ad2adb
commit
2c0c7a2643
1 changed files with 5 additions and 0 deletions
|
|
@ -72,6 +72,11 @@ in
|
||||||
floating = {
|
floating = {
|
||||||
titlebar = false;
|
titlebar = false;
|
||||||
border = 0;
|
border = 0;
|
||||||
|
criteria = [
|
||||||
|
{
|
||||||
|
title = "Android Emulator";
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
window = {
|
window = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue