diff --git a/_layouts/master.html b/_layouts/master.html index f7216d410..3c4fc66b5 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -9,8 +9,50 @@
- {{ content }} +
+
+

+ Sway +

+

+ Sway is a drop-in replacement for the i3 + window manager, but for Wayland instead of X11. It works + with your existing i3 configuration and supports most of i3's features, + and a few extras. +

+
+
+ {{ content }} +
+
+ diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 000000000..8856de785 Binary files /dev/null and b/assets/logo.png differ diff --git a/css/master.scss b/css/master.scss index d5ef29af0..f03da6c17 100644 --- a/css/master.scss +++ b/css/master.scss @@ -2,10 +2,32 @@ --- body { - background-color: #111; + background-color: #000; color: #fff; + margin-top: 1rem; + margin-bottom: 5rem; } video { max-width: 100%; } + +.text-center { + text-align: center; +} + +hr { + border-color: white; +} + +.table-success { + background-color: green; +} + +.table-danger { + background-color: darken(red, 10); +} + +nav { + background: black; +} diff --git a/index.html b/index.html index 4247aebc5..e7b5e3923 100644 --- a/index.html +++ b/index.html @@ -3,41 +3,4 @@ title: Sway layout: master --- -
-
-

Sway

-

- Sway is a drop-in replacement for the i3 - window manager, but for Wayland instead of X11. It will - work with your existing i3 configuration file, and adds a few extra - features on top of that. -

- -

- sway is a work in progress. It is already suitable for everyday - use, but we have not yet met all of the goals set forth for the - project. -

-
-
- -
-
-
-
- Get the source code -
-
- Read the FAQ -
-
- Join the IRC channel -
-
-
+ diff --git a/roadmap.html b/roadmap.html new file mode 100644 index 000000000..092a3d031 --- /dev/null +++ b/roadmap.html @@ -0,0 +1,204 @@ +--- +title: Sway Roadmap +layout: master +--- + +

Roadmap

+

1.0

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Feature
+ Window borders + (#477) +
Tabbed and stacking window layouts
Mouse support for swaybar
+ Full IPC protocol support + (#98) +
+ Visual feedback from swaylock + (#526) +
+ Can't interact with certain modal views + (#505) +
+ swaybg/swaybar as shell surfaces + (#450) +
Client mouse capture
+ HiDPI support + (wlc/#57) +
+ Most i3 commands + (#2) +
Keybindings via bindsym/bindcode
Multihead support
Input device configuration
Display hotplugging
Input hotplugging
X11 support via Xwayland
swaybar
swaymsg (IPC)
swaygrab (screenshots/video)
swaybg (wallpapers)
swaylock
Floating windows
Scratchpad
Window criteria
Clipboard
Gaps
RGBA swaybar, swaylock
+

Future

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Feature
Drag and drop
Modesetting
Touchscreen support
Rotating outputs
Restart in place
Marks
Saving/loading layouts as JSON
Multithreaded swaygrab video capture
Standardized permission granting system
Nvidia proprietary driver support
+ Bind apps to specific workspace + (#462) +