Compare commits
54 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 05a1adb5ff | |||
| 0d81c99618 | |||
| 0546da32ee | |||
| ca64fa5fe1 | |||
| f6a08ab52e | |||
| cfd295a766 | |||
| e33b057c10 | |||
| e554feca92 | |||
| 16d490844e | |||
| ce9f643daa | |||
| 7b75f6481e | |||
| 8a17bf432b | |||
| e3a3149ed1 | |||
| 9bb8ba0724 | |||
| b5c2ecaad1 | |||
| 6cf93ca7ae | |||
| 185ce958cd | |||
| 40fe725a36 | |||
| 44fd52dd77 | |||
| 294c8c2f6b | |||
| 0cf5de6178 | |||
| 7279de66a0 | |||
| abfd04a7a8 | |||
| e2a18e35fc | |||
| 6b41af61cc | |||
| 666f05fc72 | |||
| 0f01145edb | |||
| ee0ed1bac4 | |||
| 05e3529277 | |||
| b508ca589f | |||
| a41ea2492f | |||
| 0d5d0f942c | |||
| 1285dca723 | |||
| a383a34900 | |||
| c9a6d64ca3 | |||
| 52ebd96a48 | |||
| ce202ef73f | |||
| 0a81829886 | |||
| d4f528945a | |||
| e09f0aa0fc | |||
| 47970f591d | |||
| e6e6e976b4 | |||
| 57be4ee903 | |||
| 185de5a88e | |||
| ea0b902ef2 | |||
| d3986dd08e | |||
| 0efc0dbf50 | |||
| 7e493d04d3 | |||
| c71cc19ef4 | |||
| f5ae2a7474 | |||
| ef6c184033 | |||
| 9f506b7993 | |||
| a450eccedb | |||
| 541e691849 |
@@ -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