Skip to content

Commit

Permalink
various non-code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroxoneafour committed Mar 31, 2024
1 parent c45c404 commit da377e6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.0

### 1.0

- Various bugfixes

### 1.0rc1

- Monocle layout
Expand Down
2 changes: 1 addition & 1 deletion docs/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div>
<img alt=logo width=30% src=logo.svg />
<h2>Polonium</h2>
<h3>A tiling window manager for Plasma 6</h3>
<h3>An autotile manager for Plasma 6</h3>
</br>
<a href=https://store.kde.org/p/2140417>
<img alt="KDE Store" src="https://img.shields.io/badge/KDE%20Store-Install-blue?style=for-the-badge&logo=KDE&logoColor=white&labelColor=blue" />
Expand Down
6 changes: 4 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,10 @@ save additional settings. See engine documentation for details.
### Setting preservation

Installing and enabling the optional [Polonium Setting Saver Daemon](https://github.com/zeroxoneafour/dbus-saver) will allow you to preserve settings across KWin restarts on a per-desktop basis.
Note that changes to default settings will not apply if custom settings are set for the desktop already. To remove custom settings, you can use the "Remove custom settings and close" button on the
settings popup or you can remove `$XDG_CONFIG_HOME/SettingSaver/settings.txt` and logout to remove all custom settings. `$XDG_CONFIG_HOME` by default is `~/.config`.
Note that changes to default settings will not apply if custom settings are set for the desktop already. To remove custom settings on a specific desktop, you can use the "Remove custom
settings and close" button on the settings popup.

To remove all settings and reset all desktops to the default settings, stop the systemd user service and then delete `$XDG_CONFIG_HOME/SettingSaver/settings.txt`. `$XDG_CONFIG_HOME` by default is `~/.config`.

## Getting a log

Expand Down
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# polonium

An (unofficial) successor to [Bismuth](https://github.com/Bismuth-Forge/bismuth) built on KWin 6.
An (unofficial) spiritual successor to [Bismuth](https://github.com/Bismuth-Forge/bismuth) built on KWin 6.

The descendant of [autotile](https://github.com/zeroxoneafour/kwin-autotile).

Expand All @@ -16,8 +16,7 @@ The descendant of [autotile](https://github.com/zeroxoneafour/kwin-autotile).

## features

- Works in Wayland Plasma 6.0 and up
- Needs KWin 6.0.3.1 installed to drag tiles with the mouse
- Works in Wayland Plasma 6.0 and up (needs KWin 6.0.3 installed to drag tiles with the mouse)
- Custom moddable tiling engine backend
- Edit tile sizes with the integrated KWin GUI
- Move and tile windows with your mouse and keyboard
Expand Down

0 comments on commit da377e6

Please sign in to comment.