KDE: Difference between revisions
From Achintya Rao’s Wiki
Create page |
m Add link to A11y |
||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
* [https://askubuntu.com/a/253346 How to remove title bar from maximised windows]<ref>[https://blog.hanschen.org/2010/04/01/hide-window-border-for-maximized-windows/ Main source]; [https://web.archive.org/web/20171017233743/https://blog.hanschen.org/2010/04/01/hide-window-border-for-maximized-windows/ Wayback archive from 2017-10-17]</ref> | * [https://askubuntu.com/a/253346 How to remove title bar from maximised windows]<ref>[https://blog.hanschen.org/2010/04/01/hide-window-border-for-maximized-windows/ Main source]; [https://web.archive.org/web/20171017233743/https://blog.hanschen.org/2010/04/01/hide-window-border-for-maximized-windows/ Wayback archive from 2017-10-17]</ref> | ||
** Edit <code>~/.config/kwinrc</code> to add <code>BorderlessMaximizedWindows=true</code> under <code>[Windows]</code>; then restart <code>kwin</code>. | ** Edit <code>~/.config/kwinrc</code> to add <code>BorderlessMaximizedWindows=true</code> under <code>[Windows]</code>; then restart <code>kwin</code>. | ||
== [[A11y|Accessibility]] == | |||
* To re-implement broken greyscale in Plasma 6, use [https://github.com/lliurex/kwin-grayscale-effect/ KWin Grayscale Effect]. Undo to remove setting. | |||
== Notes == | == Notes == | ||
Latest revision as of 12:42, 3 February 2025
Tips and tricks for KDE.
Window control
- How to remove title bar from maximised windows[1]
- Edit
~/.config/kwinrcto addBorderlessMaximizedWindows=trueunder[Windows]; then restartkwin.
- Edit
- To re-implement broken greyscale in Plasma 6, use KWin Grayscale Effect. Undo to remove setting.
