mbhelper.csv
parent
d4a2f692a0
commit
aecee0566e
|
@ -9,6 +9,10 @@
|
|||
## Turn on/off system beep.
|
||||
xset b off
|
||||
|
||||
## Resolution
|
||||
#xrandr --output VGA-1 --primary --mode 1600x900 --pos 0x0 --rotate normal
|
||||
#xrandr --output VGA-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal
|
||||
|
||||
## Copy Language files for Mabox - only for first run
|
||||
/usr/bin/mabox-langfiles &
|
||||
|
||||
|
|
|
@ -291,6 +291,11 @@
|
|||
<keybind key="C-S-Down">
|
||||
<action name="DirectionalCycleWindows"><direction>south</direction></action>
|
||||
</keybind>
|
||||
<keybind key="W-F1">
|
||||
<action name="Execute">
|
||||
<command>mbhelper -s</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-e">
|
||||
<action name="Execute">
|
||||
<command>geany</command>
|
||||
|
@ -321,6 +326,11 @@
|
|||
<command>compton_toggle</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-A-c">
|
||||
<action name="Execute">
|
||||
<command>conky_toggle</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-g">
|
||||
<action name="Execute">
|
||||
<command>galculator</command>
|
||||
|
|
|
@ -0,0 +1,53 @@
|
|||
^sep(Applications)
|
||||
<b><tt> W-f </tt></b> <i> File Manager PCmanFM</i>,exo-open --launch FileManager
|
||||
<b><tt> W-w </tt></b> <i> Web browser</i>,exo-open --launch WebBrowser
|
||||
<b><tt> W-t </tt></b> <i> Terminal</i>,exo-open --launch TerminalEmulator
|
||||
<b><tt> W-grave </tt></b> <i> Quake-like Terminal</i>,mabox-terminal
|
||||
<b><tt> W-e </tt></b> <i> Text Editor</i>,geany
|
||||
<b><tt> W-g </tt></b> <i> Galculator</i>,galculator
|
||||
<b><tt> W-h </tt></b> <i> Bpytop resource monitor</i>,^term(bpytop)
|
||||
<b><tt> W-/ </tt></b> <i> File Search</i>,fsearch
|
||||
<b><tt> W-r </tt></b> <i> PyRadio</i>,sakura -e 'pyradio'
|
||||
<b><tt> W-v </tt></b> <i> Volume control</i>,pavucontrol
|
||||
<b><tt> W-c </tt></b> <i> toggle Picom</i>,compton_toggle
|
||||
<b><tt> W-l </tt></b> <i> ScreenLocker</i>,betterlockscreen -l
|
||||
<b><tt> W-x </tt></b> <i> Logout dialog</i>,mb-jgtools mblogout
|
||||
^sep(Menu/Sidepanels),,,,#menu#sidepanel
|
||||
<b><tt> W </tt></b> <i> Main menu</i>,mb-jgtools main,,,#menu
|
||||
<b><tt> W-s </tt></b> <i> Settings Menu</i>,mb-jgtools settings,,,#menu
|
||||
<b><tt> C-W-Left </tt></b> <i> Left sidepanel</i>,mb-jgtools places,,,#sidepanel
|
||||
<b><tt> C-W-Right </tt></b> <i> Right sidepanel </i>,mb-jgtools right,,,#sidepanel
|
||||
^sep(Windows move),,,,#windows#move
|
||||
<b><tt> W-d </tt></b> <i> Show desktop</i>,show_desktop,,,#windows#move
|
||||
<b><tt> W-Arrows </tt></b> <i> Half screen</i>,,,,#windows#move
|
||||
<b><tt> F11/W-Enter </tt></b> <i> Fullscreen</i>,,,,#windows#move
|
||||
^sep(DeskGrid),,,,#deskgrid
|
||||
<b><tt> C-S-KP_7 </tt></b> <small>[on grid]</small> move/resize window topleft ,snapwin topleft,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_8 </tt></b> <small>[on grid]</small> move/resize window top,snapwin top,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_9 </tt></b> <small>[on grid]</small> move/resize window topright,snapwin topright,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_4 </tt></b> <small>[on grid]</small> move/resize window left,snapwin left,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_5 </tt></b> <small>[on grid]</small> move/resize window center,snapwin center,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_6 </tt></b> <small>[on grid]</small> move/resize window right,snapwin right,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_1 </tt></b> <small>[on grid]</small> move/resize window bottomleft,snapwin bottomleft,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_2 </tt></b> <small>[on grid]</small> move/resize window bottom,snapwin bottom,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_3 </tt></b> <small>[on grid]</small> move/resize window bottomright,snapwin bottomright,,,#deskgrid#windows#move
|
||||
<b><tt> </tt></b> DeskGrid - show image helper,drawgrid,,,#deskgrid#windows#move
|
||||
<b><tt> </tt></b> Edit <b>DeskGrid</b> config file ,geany ~/.config/deskgrid/deskgrid.cfg,,,#deskgrid#config
|
||||
^sep(Helpers)
|
||||
<b><tt> W-A-t </tt></b> <i> Tile helper</i>,jgtile
|
||||
<b><tt> W-A-h </tt></b> <i> History helper</i>,jghistory-pipe -s
|
||||
<b><tt> W-A-e </tt></b> <i> Espanso - text expander</i>,jgespanso-pipe -s
|
||||
^sep(Openbox),,,,#openbox#ob
|
||||
<b><tt> </tt></b> Obconf,obconf,,,#openbox#ob
|
||||
<b><tt> </tt></b> Edit <b>rc.xml</b> OpenBox config file,geany ~/.config/openbox/rc.xml,,,#openbox#ob
|
||||
<b><tt> </tt></b> Reconfigure OpenBox,openbox --reconfigure,,,#openbox#ob
|
||||
|
||||
^sep(Autostart),,,,#autostart#openbox#ob
|
||||
<b><tt> </tt></b> Choose apps/services to autostart(GUI editor),yautostart,,,#autostart#openbox#ob
|
||||
<b><tt> </tt></b> Edit <b>Autostart</b> config file,geany ~/.config/openbox/autostart,,,#autostart#config#openbox#ob
|
||||
|
||||
^sep(Wallpaper),,,,#wallpapers
|
||||
<b><tt> </tt></b> Set random wallpaper,chwp -o,,,#wallpaper
|
||||
<b><tt> </tt></b> Run wallpaper slideshow,chwp,,,#wallpaper
|
||||
<b><tt> </tt></b> Choose Wallpaper...,chwp -c,,,#wallpaper
|
||||
<b><tt> </tt></b>
|
|
|
@ -0,0 +1,53 @@
|
|||
^sep(Applications)
|
||||
<b><tt> W-f </tt></b> <i> File Manager PCmanFM</i>,exo-open --launch FileManager
|
||||
<b><tt> W-w </tt></b> <i> Web browser</i>,exo-open --launch WebBrowser
|
||||
<b><tt> W-t </tt></b> <i> Terminal</i>,exo-open --launch TerminalEmulator
|
||||
<b><tt> W-grave </tt></b> <i> Quake-like Terminal</i>,mabox-terminal
|
||||
<b><tt> W-e </tt></b> <i> Text Editor</i>,geany
|
||||
<b><tt> W-g </tt></b> <i> Galculator</i>,galculator
|
||||
<b><tt> W-h </tt></b> <i> Bpytop resource monitor</i>,^term(bpytop)
|
||||
<b><tt> W-/ </tt></b> <i> File Search</i>,fsearch
|
||||
<b><tt> W-r </tt></b> <i> PyRadio</i>,sakura -e 'pyradio'
|
||||
<b><tt> W-v </tt></b> <i> Volume control</i>,pavucontrol
|
||||
<b><tt> W-c </tt></b> <i> toggle Picom</i>,compton_toggle
|
||||
<b><tt> W-l </tt></b> <i> ScreenLocker</i>,betterlockscreen -l
|
||||
<b><tt> W-x </tt></b> <i> Logout dialog</i>,mb-jgtools mblogout
|
||||
^sep(Menu/Sidepanels),,,,#menu#sidepanel
|
||||
<b><tt> W </tt></b> <i> Main menu</i>,mb-jgtools main,,,#menu
|
||||
<b><tt> W-s </tt></b> <i> Settings Menu</i>,mb-jgtools settings,,,#menu
|
||||
<b><tt> C-W-Left </tt></b> <i> Left sidepanel</i>,mb-jgtools places,,,#sidepanel
|
||||
<b><tt> C-W-Right </tt></b> <i> Right sidepanel </i>,mb-jgtools right,,,#sidepanel
|
||||
^sep(Windows move),,,,#windows#move
|
||||
<b><tt> W-d </tt></b> <i> Show desktop</i>,show_desktop,,,#windows#move
|
||||
<b><tt> W-Arrows </tt></b> <i> Half screen</i>,,,,#windows#move
|
||||
<b><tt> F11/W-Enter </tt></b> <i> Fullscreen</i>,,,,#windows#move
|
||||
^sep(DeskGrid),,,,#deskgrid
|
||||
<b><tt> C-S-KP_7 </tt></b> <small>[on grid]</small> move/resize window topleft ,snapwin topleft,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_8 </tt></b> <small>[on grid]</small> move/resize window top,snapwin top,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_9 </tt></b> <small>[on grid]</small> move/resize window topright,snapwin topright,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_4 </tt></b> <small>[on grid]</small> move/resize window left,snapwin left,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_5 </tt></b> <small>[on grid]</small> move/resize window center,snapwin center,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_6 </tt></b> <small>[on grid]</small> move/resize window right,snapwin right,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_1 </tt></b> <small>[on grid]</small> move/resize window bottomleft,snapwin bottomleft,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_2 </tt></b> <small>[on grid]</small> move/resize window bottom,snapwin bottom,,,#deskgrid#windows#move
|
||||
<b><tt> C-S-KP_3 </tt></b> <small>[on grid]</small> move/resize window bottomright,snapwin bottomright,,,#deskgrid#windows#move
|
||||
<b><tt> </tt></b> DeskGrid - show image helper,drawgrid,,,#deskgrid#windows#move
|
||||
<b><tt> </tt></b> Edit <b>DeskGrid</b> config file ,geany ~/.config/deskgrid/deskgrid.cfg,,,#deskgrid#config
|
||||
^sep(Helpers)
|
||||
<b><tt> W-A-t </tt></b> <i> Tile helper</i>,jgtile
|
||||
<b><tt> W-A-h </tt></b> <i> History helper</i>,jghistory-pipe -s
|
||||
<b><tt> W-A-e </tt></b> <i> Espanso - text expander</i>,jgespanso-pipe -s
|
||||
^sep(Openbox),,,,#openbox#ob
|
||||
<b><tt> </tt></b> Obconf,obconf,,,#openbox#ob
|
||||
<b><tt> </tt></b> Edit <b>rc.xml</b> OpenBox config file,geany ~/.config/openbox/rc.xml,,,#openbox#ob
|
||||
<b><tt> </tt></b> Reconfigure OpenBox,openbox --reconfigure,,,#openbox#ob
|
||||
|
||||
^sep(Autostart),,,,#autostart#openbox#ob
|
||||
<b><tt> </tt></b> Choose apps/services to autostart(GUI editor),yautostart,,,#autostart#openbox#ob
|
||||
<b><tt> </tt></b> Edit <b>Autostart</b> config file,geany ~/.config/openbox/autostart,,,#autostart#config#openbox#ob
|
||||
|
||||
^sep(Wallpaper),,,,#wallpapers
|
||||
<b><tt> </tt></b> Set random wallpaper,chwp -o,,,#wallpaper
|
||||
<b><tt> </tt></b> Run wallpaper slideshow,chwp,,,#wallpaper
|
||||
<b><tt> </tt></b> Choose Wallpaper...,chwp -c,,,#wallpaper
|
||||
<b><tt> </tt></b>
|
|
Loading…
Reference in New Issue