dbcf43abfe
The following click behaviors are defined: * Switch desktop and activate window [default] * Switch desktop only The former emulates the previous default of activating clicked windows using the Present Windows effect. The latter introduces a new mode where the clicked window is not activated, allowing the user to select a virtual desktop without worrying about disrupting the last active window. The configuration toggle that controlled the use of the Present Windows effect has been subsumed into the first click behavior, i.e., if the effect is enabled, it will be implicitly triggered.
13 lines
552 B
CMake
13 lines
552 B
CMake
install(FILES kwin.upd
|
|
DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR})
|
|
install(PROGRAMS kwin-5.16-auto-bordersize.sh
|
|
DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR})
|
|
install(PROGRAMS kwin-5.18-move-animspeed.py
|
|
DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR})
|
|
install(PROGRAMS kwin-5.21-desktop-grid-click-behavior.py
|
|
DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR})
|
|
|
|
install(FILES kwinrules.upd
|
|
DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR})
|
|
install(PROGRAMS kwinrules-5.19-placement.pl
|
|
DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR})
|