[EDIT]
TLDR I wanted to enter desktop cube with CTRL+ALT+Left mouse click, just like how it was possible in compiz.
figured out how to achieve this in kwin, this is how its done:
but apparently there is a bug in kde as the cube goes randomly wild and spins radically before it stops and focus on a random (X,Y) on the current desktop.
Also I have yet to figure out how to achieve `leaving of desktop cube on LeftMouseClickUp` as I enter with LeftMouseClickDown
at least I wish it would be like that, because I actually enter with LeftMouseClickDownUp or simply LeftMouseClick event.
anyways the compiz way of doing it still wins, but in their current versions (unlike in the far far past) using compiz with kde works terribly.
now thinking about it, what I really want is to enter the cube with CTRL+ALT+MOUSE_CLICK, and leave it only in CLTR_UP or ALT_UP or CTRL_UP+ALT_UP
haven't achieved that yet
[/EDIT]
I remember that in compiz it used to be possible to trigger actions by dragging to desktop edges, clicking on mouse buttons, clicking on keyboard buttons
and a combination of the last two as well.
I used to love in compiz entering cube view by clicking CTRL+ALT+LEFT MOUSE CLICK
I really hate it how it is only possible to do so in kwin by CTRL+F11 (or any other keyboard buttons setting that I set up via 'Desktop Effects')
I really don't like it, so I tried running compiz under KDE.
some of the compiz stuff worked but the overall experience was mostly horrible.
that is the only reason I tried to move to compiz instead of kwin.
is it possible to trigger actions in kwin same as it is possible in compiz by mouse clicks combinations with keyboard clicks?
TLDR I wanted to enter desktop cube with CTRL+ALT+Left mouse click, just like how it was possible in compiz.
figured out how to achieve this in kwin, this is how its done:
# sudo apt-get install xbindkeys
# echo -e '#EnterDesktopCube\n"qdbus org.kde.kglobalaccel /component/kwin org.kde.kglobalaccel.Component.invokeShortcut Cube"\n control+Alt + Alt_L + b:1' > ~/.xbindkeysrc
# echo -e '#EnterDesktopCube\n"qdbus org.kde.kglobalaccel /component/kwin org.kde.kglobalaccel.Component.invokeShortcut Cube"\n control+Alt + Alt_L + b:1' > ~/.xbindkeysrc
Also I have yet to figure out how to achieve `leaving of desktop cube on LeftMouseClickUp` as I enter with LeftMouseClickDown
at least I wish it would be like that, because I actually enter with LeftMouseClickDownUp or simply LeftMouseClick event.
anyways the compiz way of doing it still wins, but in their current versions (unlike in the far far past) using compiz with kde works terribly.
now thinking about it, what I really want is to enter the cube with CTRL+ALT+MOUSE_CLICK, and leave it only in CLTR_UP or ALT_UP or CTRL_UP+ALT_UP
haven't achieved that yet
[/EDIT]
I remember that in compiz it used to be possible to trigger actions by dragging to desktop edges, clicking on mouse buttons, clicking on keyboard buttons
and a combination of the last two as well.
I used to love in compiz entering cube view by clicking CTRL+ALT+LEFT MOUSE CLICK
I really hate it how it is only possible to do so in kwin by CTRL+F11 (or any other keyboard buttons setting that I set up via 'Desktop Effects')
I really don't like it, so I tried running compiz under KDE.
some of the compiz stuff worked but the overall experience was mostly horrible.
that is the only reason I tried to move to compiz instead of kwin.
is it possible to trigger actions in kwin same as it is possible in compiz by mouse clicks combinations with keyboard clicks?
Comment