refactor(emacs): Simpler architecture for msyds emacs
This commit is contained in:
@@ -206,10 +206,15 @@ in {
|
||||
{ # Start with low width.
|
||||
matches = [
|
||||
{ app-id = "com\\.mitchellh\\.ghostty"; }
|
||||
{ app-id = "^emacs$"; }
|
||||
];
|
||||
default-column-width.proportion = 1.0 / 3.0;
|
||||
}
|
||||
{
|
||||
matches = [
|
||||
{ app-id = "^emacs$"; }
|
||||
];
|
||||
default-column-width.fixed = 640;
|
||||
}
|
||||
{
|
||||
# Enable rounded corners for all windows.
|
||||
geometry-corner-radius =
|
||||
|
||||
Reference in New Issue
Block a user