Reply To: Using jgmenu in antiX

Forum › Forums › General › Tips and Tricks › Using jgmenu in antiX › Reply To: Using jgmenu in antiX

#60633
userzero
Member

    Si usa el panel tint2 necesita, es solo un ejemplo,

    $vim ~/.config/tint2/tint2rc
    
    [...]
    #-------------------------------------
    # Panel
    panel_items = PSEEEEEC
    [...]
    [...]
    #-------------------------------------
    # Button 1
    button = new
    button_icon = jgmenu
    button_text =
    button_lclick_command= jgmenu_run >/dev/null 2>&1 &
    button_rclick_command= exo-open ~/.config/jgmenu/jgmenurc
    button_mclick_command=
    button_uwheel_command=                                                                                                                                                                    
    button_dwheel_command=
    button_font_color = #000000 100
    button_padding = 8 2
    button_background_id = 5
    button_centered = 1
    button_max_icon_size = 22
    [...]

    Wiki:
    L
    shows the Launcher
    T
    shows the Taskbar
    S
    shows the Systray (also called notification area)
    B
    shows the Battery status
    C
    shows the Clock
    F
    adds an extensible spacer (freespace). You can specify more than one. Has no effect if T is also present. (since 0.12)
    E
    adds an executor plugin. You can specify more than one. (since 0.12.4)
    P
    adds a push button. You can specify more than one. (since 0.14)
    :
    adds a separator. You can specify more than one. (since 0.13.0)

    Acceso desde el teclado a jgmenu, ejemplo con Openbox (~/.config/openbox/rc.xml),

    <keybind key="A-F2">
      <action name="Execute">
       <command>jgmenu_run</command>
      </action>
    </keybind>
    • This reply was modified 5 years, 3 months ago by userzero.
    Attachments: