GridSpaces: per-workspace n×m tiling for GNOME Shell 48
Mark a workspace as a grid; windows auto-fill cells, Alt+drag dividers to resize rows/columns, drag-to-swap, overflow pops to a normal workspace. Normal workspaces untouched. Tiling Assistant coexistence. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
16
stylesheet.css
Normal file
16
stylesheet.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.gridspaces-divider-h,
|
||||
.gridspaces-divider-v {
|
||||
background-color: rgba(255, 255, 255, 0.10);
|
||||
border-radius: 3px;
|
||||
transition-duration: 120ms;
|
||||
}
|
||||
|
||||
.gridspaces-divider-h:hover,
|
||||
.gridspaces-divider-v:hover {
|
||||
background-color: rgba(120, 170, 255, 0.55);
|
||||
}
|
||||
|
||||
.gridspaces-preview {
|
||||
background-color: rgba(120, 170, 255, 0.85);
|
||||
border-radius: 3px;
|
||||
}
|
||||
Reference in New Issue
Block a user