Xfce Forum

Sub domains
 

You are not logged in.

#1 2016-04-17 13:05:39

nicocool
Member
Registered: 2016-04-17
Posts: 2

Change window's workspace by scrolling on its title bar ?

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

#2 2016-04-17 14:16:33

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,949

Re: Change window's workspace by scrolling on its title bar ?

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

#3 2016-04-17 14:43:41

nicocool
Member
Registered: 2016-04-17
Posts: 2

Re: Change window's workspace by scrolling on its title bar ?

I use keyboards shortcuts too, but I wanted both smile.

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

#4 2016-04-17 16:01:00

sixsixfive
Member
From: behind you
Registered: 2012-04-08
Posts: 579
Website

Re: Change window's workspace by scrolling on its title bar ?

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

Board footer

Powered by FluxBB