AkurAI Build
Menu

cosmic-mobile

public

Latest change 5889e3d19aa8caf399cede28503cfa7c5732cd5e - Match Terminal workspace to existing shell navigation by AkurAI Build

output "Virtual-1" { mode custom=true "900x1980@60"; scale 2; }
layout {
 gaps 0
 default-column-width { proportion 1.0; }
 struts { top 56; bottom 34; left 24; right 24; }
 focus-ring { off; }
 border { off; }
 background-color "#171c32"
}
// ponytail: native compositor motion only; icon-origin morph needs shell integration.
animations {
 workspace-switch { spring damping-ratio=1.0 stiffness=1400 epsilon=0.001; }
 horizontal-view-movement { spring damping-ratio=1.0 stiffness=1400 epsilon=0.001; }
 window-movement { spring damping-ratio=1.0 stiffness=1400 epsilon=0.001; }
 window-resize { spring damping-ratio=1.0 stiffness=1400 epsilon=0.001; }
 overview-open-close { spring damping-ratio=1.0 stiffness=1400 epsilon=0.001; }
 window-open { duration-ms 180; curve "ease-out-expo"; }
 window-close { duration-ms 140; curve "ease-out-quad"; }
}
prefer-no-csd
workspace "home"
workspace "apps"
overview { zoom 0.45; }
window-rule {
 match app-id="^cosmic-mobile$"
 open-on-workspace "home"
 open-fullscreen true
}
window-rule {
 match app-id="^Alacritty$"
 open-on-workspace "apps"
 default-column-width { proportion 1.0; }
}
spawn-at-startup "/usr/local/bin/cosmic-mobile"
hotkey-overlay { skip-at-startup; }
binds {
 Mod+H { focus-workspace "home"; }
 Mod+Tab { toggle-overview; }
 Mod+Left { focus-column-left; }
 Mod+Right { focus-column-right; }
 Mod+Q { close-window; }
 Mod+Return { spawn "alacritty"; }
}