https://bugs.kde.org/show_bug.cgi?id=465036

Alex Efros <bugs.kde....@id.powerman.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugs.kde....@id.powerman.na
                   |                            |me

--- Comment #15 from Alex Efros <bugs.kde....@id.powerman.name> ---
I should say I get used to 24 virtual desktops accessed with hotkeys Alt-Fx and
Alt-Shift-Fx.
I'm on Gentoo, so I've fixed this issue for myself using trivial patch:

```console
$ cat /etc/portage/patches/kde-plasma/kwin/24-virtual-desktops.patch
diff -uNr kwin-6.3.5.orig/src/virtualdesktops.h
kwin-6.3.5/src/virtualdesktops.h
--- kwin-6.3.5.orig/src/virtualdesktops.h       2025-05-06 20:57:40.000000000
+0300
+++ kwin-6.3.5/src/virtualdesktops.h    2025-07-22 20:02:08.283978351 +0300
@@ -549,7 +549,7 @@

 inline uint VirtualDesktopManager::maximum()
 {
-    return 20;
+    return 24;
 }

 inline uint VirtualDesktopManager::count() const
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to