aerospace
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
{...}: {
|
{
|
||||||
programs.aerospace = {
|
programs.aerospace = {
|
||||||
enable = true;
|
enable = true;
|
||||||
launchd.enable = true;
|
launchd.enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
"accordion-padding" = 30;
|
start-at-login = true;
|
||||||
"default-root-container-layout" = "tiles";
|
accordion-padding = 30;
|
||||||
"default-root-container-orientation" = "auto";
|
default-root-container-layout = "tiles";
|
||||||
"on-focused-monitor-changed" = [
|
default-root-container-orientation = "auto";
|
||||||
|
on-focused-monitor-changed = [
|
||||||
"move-mouse monitor-lazy-center"
|
"move-mouse monitor-lazy-center"
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -23,7 +24,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"on-window-detected" = [
|
on-window-detected = [
|
||||||
{
|
{
|
||||||
"if" = {
|
"if" = {
|
||||||
"app-id" = "com.apple.systempreferences";
|
"app-id" = "com.apple.systempreferences";
|
||||||
|
|||||||
Reference in New Issue
Block a user