Compare commits
54 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 02e7191e1e | |||
| 7794bb14ff | |||
| f70a4b4490 | |||
| 8b3ba56751 | |||
| b54c9302eb | |||
| 5dd43a681e | |||
| 6690eaf007 | |||
| a2aaaf8fc3 | |||
| e5c539e164 | |||
| 8e4a3e35f2 | |||
| 805762625c | |||
| 7aecfe2514 | |||
| b75733170e | |||
| 43fb4685de | |||
| 9ce72590ab | |||
| d4783ed997 | |||
| 8694507ded | |||
| 89777ff859 | |||
| 85afbc12ed | |||
| db701fe8d6 | |||
| 9ca98741fd | |||
| ebfef91708 | |||
| b28746ac41 | |||
| 4515e64062 | |||
| 689c0428ae | |||
| c915fe2680 | |||
| 7afa09bd6a | |||
| f1b1541c22 | |||
| bddf052ed5 | |||
| 8cd047ec32 | |||
| 1a22e1e0b2 | |||
| 1735868f28 | |||
| d6b519c2f5 | |||
| ce0a8e5991 | |||
| ab14b02e51 | |||
| 4c3e2aaada | |||
| 8fcfdb84e7 | |||
| ec75a27b33 | |||
| b8c8159a56 | |||
| 05be57be80 | |||
| 0112611687 | |||
| 154db74d02 | |||
| f7bff9a788 | |||
| 9699fae6de | |||
| fbd723c978 | |||
| 9075ebf694 | |||
| 158d65bd29 | |||
| a08798290a | |||
| b8f16afb4e | |||
| baa056590a | |||
| f5074bacd3 | |||
| 74cccb2591 | |||
| 4a7a5a7757 | |||
| dc30e680d8 |
@@ -1 +1,30 @@
|
|||||||
# Aerospike Gnome (Tiling Window Manager)
|
# Aerospike Gnome (Tiling Window Manager)
|
||||||
|
|
||||||
|
Aerospike is a simple and opinionated tiling window manager for gnome.
|
||||||
|
|
||||||
|
This project takes inspiration from previous gnome tiling window managers such
|
||||||
|
as [forge](https://github.com/forge-ext/forge)
|
||||||
|
and [cosmic-shell](https://github.com/pop-os/gnome-shell-extension-pop-cosmic) as well as
|
||||||
|
MacOS tiling WMs, mainly [Aerospace](https://github.com/nikitabobko/AeroSpace) (not affiliated).
|
||||||
|
|
||||||
|
## Current Features
|
||||||
|
|
||||||
|
- Auto-tiling
|
||||||
|
- Accordion layouts with variable sizes
|
||||||
|
- Tabbed layouts
|
||||||
|
- Tree-based (albeit set depth of 2 for now) container-window paired layout similar to Aerospace
|
||||||
|
- Diagram for this is pending
|
||||||
|
|
||||||
|
## Planned functionality
|
||||||
|
|
||||||
|
- Full Keyboard control w/window movement
|
||||||
|
- Sub-containers (more tree layers than the 1 supported for now)
|
||||||
|
- Gap size customization
|
||||||
|
|
||||||
|
## Not currently planned
|
||||||
|
|
||||||
|
- Active window borders
|
||||||
|
- See my other extension for a rainbow or static border - [PrettyBorders](https://github.com//pretty-borders)
|
||||||
|
- complicated window dragging features and uis
|
||||||
|
- Aerospace supports control + drag to combine windows while moving with the mouse, and normal window dragging.
|
||||||
|
|
||||||
|
|||||||
+5
-5
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "aerospike",
|
"name": "aerospike",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"description": "A TypeScript GNOME Extension for Pretty Borders",
|
"description": "Simple, Opinionated Tiling Window Manager for Gnome written in Typescript",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -9,11 +9,11 @@
|
|||||||
"url": "git+https://gitlab.com/lucasoskorep/aerospike"
|
"url": "git+https://gitlab.com/lucasoskorep/aerospike"
|
||||||
},
|
},
|
||||||
"author": "Lucas Oskorep <lucas.oskorep@gmail.com>",
|
"author": "Lucas Oskorep <lucas.oskorep@gmail.com>",
|
||||||
"license": "LGPL-3.0-or-later",
|
"license": "GPL-3.0-only",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/example/my-extension/issues"
|
"url": "https://github.com/lucasoskorep/aerospike-gnome/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/example/my-extension#readme",
|
"homepage": "https://github.com/lucasoskorep/aerospike-gnome/#readme",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
|||||||
Reference in New Issue
Block a user