mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -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 = {
|
||||
titlebar = false;
|
||||
border = 0;
|
||||
criteria = [
|
||||
{
|
||||
title = "Android Emulator";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
window = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue