Fluxbox: Disable scrollwheel switching virtual desktops

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

Fluxbox: Disable scrollwheel switching virtual desktops

#1 Post by RSH »

Hi.

By this topic, JWM: Disable scrollwheel switching virtual desktops, I was able to disable this (ugly) feature in Fluxbox.

In File /root/.fluxbox/keys make comments like shown

Code: Select all

# scroll on the desktop to change workspaces
#OnDesktop Mouse4 :PrevWorkspace
#OnDesktop Mouse5 :NextWorkspace
Below these lines are two more lines that can be commented out, to be able to increase/decrease audio volume when hovering over the retrovol icon in system tray. Otherwise it will scroll trough the apps at the taskbar.

Code: Select all

# scroll on the toolbar to change current window
#OnToolbar Mouse4 :PrevWindow {static groups} (iconhidden=no)
#OnToolbar Mouse5 :NextWindow {static groups} (iconhidden=no)
Don't forget to reload Fluxbox configuration and to restart Fluxbox after editing /root/.fluxbox/keys.

Restart of X is not necessary.

RSH
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

Post Reply