Menu
cosmic-mobile
publicLatest change d22956783f74f68f3d7eff1dd31f885aaf0fbe3e - Checkpoint BúiOS prototype and document clean-worktree workflow 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"
overview { zoom 0.45; }
window-rule {
match app-id="^cosmic-mobile$"
open-on-workspace "home"
open-fullscreen false
}
window-rule {
match app-id="^Alacritty$"
open-on-workspace "home"
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"; }
}