bismuth/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

129 lines
5.3 KiB
Markdown
Raw Normal View History

<!--
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)
[![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-11-05 20:05:38 +03:00
[![AUR version](https://img.shields.io/aur/version/kwin-bismuth?style=flat-square&logo=ArchLinux)](https://aur.archlinux.org/packages/kwin-bismuth)
2021-09-08 14:53:09 +03:00
2021-11-01 21:48:26 +03:00
Arrange your windows automatically and switch between them using keyboard
shortcuts. All of that with different layouts and without a complicated setup
2021-11-03 13:15:25 +03:00
of classic tiling window managers (i3, dwm or XMonad). Just install Bismuth
on any KDE Plasma powered Linux distribution and you are ready to go! 🦾
2021-09-17 19:42:35 +03:00
![script demo](img/demo.gif)
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-11-03 13:15:25 +03:00
## 🌟 Features
2021-08-28 15:01:57 +03:00
2021-11-01 21:48:26 +03:00
- Full KDE Plasma integration
- Multiple Screens, Activities and Virtual desktops
- Built-in KWin features (minimize, full-screen and rules)
- Floating Dialog windows
- Multiple Layouts
- Classic Tiling layout
- Monocle layout for focusing on one application
- Three-Column for wide monitors
- Floating layout for traditional experience
- Works on Wayland Plasma session
2018-12-04 02:38:44 +03:00
2021-08-28 15:25:44 +03:00
## 🔧 Installation
### From Source
Install script from source:
npm install # Installs dependencies for building
npm run sysdep-install # Install system dependencies for building
npm run bi-install # Installs all Bismuth components
To uninstall:
npm run bi-uninstall
2021-11-05 20:05:38 +03:00
### From distribution packages
2021-11-01 21:48:26 +03:00
2021-11-05 20:05:38 +03:00
> :warning: These packages are not affiliated with plugin developers. If you
> encounter any issues, you should contact the package maintainer first.
#### Arch-based distros
Bismuth is available on AUR. Install the [`kwin-bismuth`
package](https://aur.archlinux.org/packages/kwin-bismuth) with your favorite
AUR helper.
#### Gentoo
Updated ebuilds provided in [viperML-overlay](https://github.com/viperML/viperML-overlay/).
2021-11-05 20:05:38 +03:00
#### Other distributions
If you are know a packaging solution for a distibution, that is not in this
list, please provide a link to it via pull request.
2021-11-01 21:48:26 +03:00
2021-08-28 14:54:40 +03:00
### Tweaks
2021-11-01 21:48:26 +03:00
You may want to make a couple of manual fixes and tweaks, to improve your
experience. See [Tweaks section](TWEAKS.md).
2021-08-28 14:54:40 +03:00
2021-11-01 22:22:38 +03:00
## ⚙️ Configuration
You can configure Bismuth in the System Settings > Window Management > Window Tiling.
![Bismuth Configuration Module](img/config.png)
## ⌨️ 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 |
| | |
| Increase Master Area Window Count | Meta + ] |
| Decrease Master Area Window Count | Meta + [ |
| Increase Master Area Size | _None_ |
| Decrease Master Area Size | _None_ |
| 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_ |
| Set Floating Layout | Meta + Shift + F |
| Set Quarter Layout | _None_ |
| | |
| Rotate | Meta + R |
| Rotate (Reverse) | _None_ |
| Rotate Part | Meta + Shift + R |