
Same goes for exit options. Was trying to replicate tint2 as far as possible.
Code: Select all
left : middle : right : up : down
Code: Select all
command1 : : command2
Code: Select all
command1 :command2
Code: Select all
command1 : : :command2
uhhhhh, not quite. you forgot the colon in front of the first command. So for only left and right click actions:Melber wrote: Sat Aug 23, 2025 6:30 amiirc they are in the orderJust leave one empty if you don't want to use itCode: Select all
left : middle : right : up : down
eg. for only left and right click actionsCode: Select all
command1 : : command2
Code: Select all
:command1 : :command2
not sure anymore, maybe this entry in the fluxbox man page
https://fluxbox.org/help/man-fluxbox/session.screen0.toolbar.button.<name>.commands: string:‘string’:‘string’:‘string’:‘string’ A colon delimited list of commands, executed when the respective mouse button is pressed on the toolbar button tool “button.<name>”
no, a necessary correction
tested: @i_ri is correcti_ri wrote: Sat Aug 23, 2025 11:08 am Hello
need first colon only when you plan the first command[click1] to be read blank : :
first slot on the table is click1 happens without a starting colon.
man does not begin with colon.