Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P Plasma Add-ons
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 24
    • Merge requests 24
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • Plasma Add-ons
  • Merge requests
  • !188

effects/cube: New effect

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Vlad Zahorodnii requested to merge work/zzag/desktop-cube-effect into master Jul 04, 2022
  • Overview 63
  • Commits 1
  • Pipelines 13
  • Changes 19

This change implements the desktop cube effect using QtQuick 3D. It's a much simpler version of the old desktop cube effect. You can rotate the cube and click LMB to switch to the currently viewed virtual desktop.

Keyboard navigation is simple too:

  • Escape - quit the effect
  • Left and Right arrow keys - rotate the cube left or right, respectively
  • Enter/Space/Return - switch to the currently viewed desktop

Mouse navigation:

  • LMB click - switch to the currently viewed desktop
  • Press LMB and drag - rotate the cube
  • Wheel up and down - move the cube farther or closer, respectively

The cube effect reserves Meta+C keyboard shortcut. You need to have at least three virtual desktops in order to activate the effect.

BUG: 438883


Available options:

Screenshot_20220705_231756

Edited Jul 05, 2022 by Vlad Zahorodnii
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/zzag/desktop-cube-effect