2021-09-04 16:33:51 +03:00
|
|
|
<!--
|
|
|
|
SPDX-FileCopyrightText: 2021 Mikhail Zolotukhin <mail@genda.life>
|
|
|
|
SPDX-FileCopyrightText: 2018-2019 Eon S. Jeon <esjeon@hyunmu.am>
|
|
|
|
SPDX-License-Identifier: MIT
|
|
|
|
-->
|
|
|
|
|
2021-08-28 15:25:44 +03:00
|
|
|
# 🌈 Bismuth
|
2018-11-06 09:38:22 +03:00
|
|
|
|
2021-09-23 18:51:58 +03:00
|
|
|
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-red?style=flat-square&logo=Git)](https://conventionalcommits.org)
|
2021-09-23 19:30:30 +03:00
|
|
|
[![code style: prettier](https://img.shields.io/badge/Code_Style-Prettier-yellow?style=flat-square&logo=Prettier)](https://github.com/prettier/prettier)
|
2021-09-23 18:51:58 +03:00
|
|
|
[![wayland: supported](https://img.shields.io/badge/Wayland-Ready-blue?style=flat-square&logo=kde)](https://community.kde.org/KWin/Wayland)
|
2021-09-08 14:53:09 +03:00
|
|
|
|
2021-09-17 19:42:35 +03:00
|
|
|
Arrange your windows automatically and switch between them using keyboard shortcuts. All of that with different layouts and
|
|
|
|
without a complicated setup of classic tiling window managers (i3, dwm or XMonad). Just install the script on any
|
|
|
|
KDE Plasma powered Linux distribution and enjoy your computing! 🦾
|
|
|
|
|
|
|
|
![script demo](img/demo.gif)
|
|
|
|
|
2021-09-25 01:25:48 +03:00
|
|
|
This is a fork of [Krohnkite](https://github.com/esjeon/krohnkite). The fork
|
|
|
|
was made, because the old project seems to be unmaintained. If you want to
|
|
|
|
import your old shortcuts from it, use the `contrib/import_krohnkite.sh`
|
|
|
|
script.
|
2018-11-14 09:23:55 +03:00
|
|
|
|
2021-08-28 15:25:44 +03:00
|
|
|
## 🗺️ Goals
|
2021-08-28 15:01:57 +03:00
|
|
|
|
|
|
|
Project goals are the following:
|
|
|
|
|
|
|
|
1. Provide full-fledged tiling window manager experience in KDE Plasma with minimal effort on user side
|
|
|
|
2. Wayland support
|
|
|
|
|
2021-08-28 15:25:44 +03:00
|
|
|
## 🌟 Features
|
2018-11-12 11:16:57 +03:00
|
|
|
|
2021-08-28 15:03:36 +03:00
|
|
|
- Automatic window tiling
|
2021-08-28 11:25:45 +03:00
|
|
|
- Dynamically tile windows, rather than manually placing each.
|
|
|
|
- Floating windows
|
|
|
|
- Fully integrates into KWin features, including:
|
2021-08-28 15:03:36 +03:00
|
|
|
- Multi-screen
|
|
|
|
- Activities & Virtual desktop
|
2021-08-28 11:25:45 +03:00
|
|
|
- Basic window management (minimize, fullscreen, switching, etc)
|
|
|
|
- Multiple Layout Support
|
|
|
|
- Tiling layout
|
|
|
|
- Monocle layout
|
|
|
|
- Desktop-friendly layouts (Spread, Stair)
|
2018-12-04 02:38:44 +03:00
|
|
|
|
2021-08-28 15:25:44 +03:00
|
|
|
## 🔧 Installation
|
2018-11-12 11:16:57 +03:00
|
|
|
|
2021-10-03 01:25:11 +03:00
|
|
|
### Simple and Quick
|
2021-10-03 00:15:25 +03:00
|
|
|
|
2021-10-03 01:25:11 +03:00
|
|
|
Paste the following script in the command line:
|
|
|
|
|
|
|
|
wget -q -O - https://git.io/J2gLk | sh
|
2021-10-03 00:15:25 +03:00
|
|
|
|
2021-10-03 01:25:11 +03:00
|
|
|
This will download the latest release and execute the installation script.
|
2021-10-03 00:15:25 +03:00
|
|
|
|
2021-10-03 01:25:11 +03:00
|
|
|
### Manual
|
2021-10-03 00:15:25 +03:00
|
|
|
|
2021-10-03 01:25:11 +03:00
|
|
|
Alternatively, go to [releases](https://github.com/gikari/bismuth/releases), download the
|
|
|
|
latest `bismuth.tar.gz` archive, unzip it and execute the installation script,
|
|
|
|
that is inside.
|
2021-10-03 00:15:25 +03:00
|
|
|
|
2021-10-03 01:25:11 +03:00
|
|
|
### From Source
|
2021-10-03 00:15:25 +03:00
|
|
|
|
2021-09-23 20:33:57 +03:00
|
|
|
Install script from source:
|
2021-09-03 22:08:22 +03:00
|
|
|
|
2021-09-10 23:49:32 +03:00
|
|
|
npm install # Installs dependencies for building
|
2021-09-03 22:08:22 +03:00
|
|
|
npm run script-install
|
|
|
|
|
|
|
|
To uninstall:
|
|
|
|
|
|
|
|
npm run script-uninstall
|
2019-01-28 10:01:33 +03:00
|
|
|
|
2021-08-28 14:54:40 +03:00
|
|
|
### Tweaks
|
|
|
|
|
2021-09-23 20:33:57 +03:00
|
|
|
Note, that if you've installed the script from the KWin scripts installation
|
|
|
|
dialog, you need to make a couple of manual fixes and tweaks. See [Tweaks
|
|
|
|
section](TWEAKS.md).
|
2021-08-28 14:54:40 +03:00
|
|
|
|
2021-09-23 19:30:30 +03:00
|
|
|
## ⌨️ Actions and Default Keyboard Shortcuts
|
|
|
|
|
|
|
|
| Action | Key |
|
|
|
|
| --------------------------------- | ---------------- |
|
|
|
|
| Focus Next Window | _None_ |
|
|
|
|
| Focus Previous Window | _None_ |
|
|
|
|
| Focus Upper Window | Meta + J |
|
|
|
|
| Focus Bottom Window | Meta + K |
|
|
|
|
| Focus Left Window | Meta + H |
|
|
|
|
| Focus Right Window | Meta + L |
|
|
|
|
| | |
|
|
|
|
| Move Window To Next Position | _None_ |
|
|
|
|
| Move Window To Previous Position | _None_ |
|
|
|
|
| Move Window Up | Meta + Shift + J |
|
|
|
|
| Move Window Down | Meta + Shift + K |
|
|
|
|
| Move Window Left | Meta + Shift + H |
|
|
|
|
| Move Window Right | Meta + Shift + L |
|
|
|
|
| | |
|
|
|
|
| Increase Window Width | Meta + Ctrl + L |
|
|
|
|
| Increase Window Height | Meta + Ctrl + J |
|
|
|
|
| Decrease Window Width | Meta + Ctrl + H |
|
|
|
|
| Decrease Window Height | Meta + Ctrl + K |
|
|
|
|
| | |
|
2021-09-25 13:44:50 +03:00
|
|
|
| Increase Master Area Window Count | Meta + ] |
|
|
|
|
| Decrease Master Area Window Count | Meta + [ |
|
2021-09-24 01:16:15 +03:00
|
|
|
| Increase Master Area Size | _None_ |
|
|
|
|
| Decrease Master Area Size | _None_ |
|
2021-09-23 19:30:30 +03:00
|
|
|
| Push Window Into Master Area | Meta + Return |
|
|
|
|
| | |
|
|
|
|
| Toggle Active Window Floating | Meta + F |
|
|
|
|
| | |
|
|
|
|
| Switch To Next Layout | Meta + \ |
|
|
|
|
| Switch To Previous Layout | Meta + \| |
|
|
|
|
| | |
|
|
|
|
| Set Tile Layout | Meta + T |
|
|
|
|
| Set Monocle Layout | Meta + M |
|
|
|
|
| Set Three Column Layout | _None_ |
|
|
|
|
| Set Spread Layout | _None_ |
|
|
|
|
| Set Stair Layout | _None_ |
|
2021-09-24 01:16:15 +03:00
|
|
|
| Set Floating Layout | Meta + Shift + F |
|
2021-09-23 19:30:30 +03:00
|
|
|
| Set Quarter Layout | _None_ |
|
|
|
|
| | |
|
|
|
|
| Rotate | Meta + R |
|
|
|
|
| Rotate Part | Meta + Shift + R |
|