You are not logged in.
Hi,
Can I change the mouse wheel roll on the title bar behavior ? Instead of rolling the window (I never use this), I'd like to change the window's workspace.
I'm using debian jessie.
Thanks !
Offline
Looks liks it's hard-coded:
if (!FLAG_TEST (c->flags, CLIENT_FLAG_SHADED))
{
if (screen_info->params->mousewheel_rollup)
{
clientShade (c);
}
}
I'd like to change the window's workspace.
How about keyboard shortcuts?
Ctrl+Alt+1 = to first workspace
Ctrl+Alt+2 = to second workspace
...etc
Ctrl+Alt+Home = to previous workspace
Ctrl+Alt+End = to next workspace
Your keyboard shortcuts may be different. View them at Settings Manager > Window Manager > Keyboard.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I use keyboards shortcuts too, but I wanted both .
So if it is hard-coded, I guess it cannot be changed easily. Maybe I'll open a feature request!
Last edited by nicocool (2016-04-17 14:44:02)
Offline
maybe you want to switch your window manager?
openbox seem to have such option:
http://openbox.org/wiki/Help:Actions#SendToDesktop
http://openbox.org/wiki/Help:Bindings#Mouse_bindings
Last edited by sixsixfive (2016-04-17 16:04:19)
Offline
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 525.65 KiB (Peak: 526.93 KiB) ]