update
This commit is contained in:
parent
209d21be6f
commit
bb24319257
@ -116,6 +116,7 @@ pamac-cli
|
|||||||
#snapd
|
#snapd
|
||||||
#snapd-glib
|
#snapd-glib
|
||||||
#pamac-snap-plugin
|
#pamac-snap-plugin
|
||||||
|
|
||||||
#---------=> office
|
#---------=> office
|
||||||
qpdfview
|
qpdfview
|
||||||
|
|
||||||
@ -340,6 +341,7 @@ freetype2
|
|||||||
|
|
||||||
#---------=> system
|
#---------=> system
|
||||||
accountsservice
|
accountsservice
|
||||||
|
zensu
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
manjaro-hotfixes
|
manjaro-hotfixes
|
||||||
polkit
|
polkit
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
@text,,6,6,150,20,0,left,top,auto,#000000,<span size="large"></span>
|
|
||||||
@search,,24,6,150,20,2,left,top,auto,#000000 0,<i>Type to search</i>
|
@search,,24,6,150,20,2,left,top,auto,#000000 0,<i>Type to search</i>
|
||||||
^sep()
|
^sep()
|
||||||
Terminal,exo-open --launch TerminalEmulator,utilities-terminal
|
Terminal,exo-open --launch TerminalEmulator,utilities-terminal
|
||||||
@ -32,15 +31,30 @@ Power Manager,xfce4-power-manager-settings,xfce4-power-manager-settings
|
|||||||
Login Manager settings,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings
|
Login Manager settings,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings
|
||||||
^sep(Openbox)
|
^sep(Openbox)
|
||||||
Openbox Configuration Manager,obconf,obconf
|
Openbox Configuration Manager,obconf,obconf
|
||||||
Autostart,geany ~/.config/openbox/autostart,geany
|
Autostart,^checkout(autostart),geany
|
||||||
RC - configuration file,geany ~/.config/openbox/rc.xml,geany
|
RC - configuration file,geany ~/.config/openbox/rc.xml,geany
|
||||||
Reconfigure Openbox,openbox --reconfigure,openbox
|
Reconfigure Openbox,openbox --reconfigure,openbox
|
||||||
^sep(Mabox Themes)
|
^sep(Mabox Themes)
|
||||||
Theme manager,mb-obthemes,preferences-desktop-theme
|
Theme manager,mb-obthemes,preferences-desktop-theme
|
||||||
|
^sep(Help)
|
||||||
|
User Guide (online),^checkout(userguide),distributor-logo-mabox
|
||||||
|
MaboxForum,exo-open --launch WebBrowser https://forum.maboxlinux.org/,distributor-logo-mabox
|
||||||
^tag(menu)
|
^tag(menu)
|
||||||
Edit Schema,geany ~/.config/jgmenu/prepend.csv,geany
|
Edit Schema,geany ~/.config/jgmenu/prepend.csv,geany
|
||||||
Edit Settings,geany ~/.config/mabox/mabox.conf,geany
|
Edit Settings,geany ~/.config/mabox/mabox.conf,geany
|
||||||
|
Menu Font Size,^checkout(size)
|
||||||
Sync jgmenu with OB theme,obtheme2jgmenu,system-reboot
|
Sync jgmenu with OB theme,obtheme2jgmenu,system-reboot
|
||||||
|
^tag(userguide)
|
||||||
|
. /usr/share/mb-jgtools/userguide.csv
|
||||||
|
^tag(rozmiar)
|
||||||
|
<small><small>tiny</small></small>,cat ~/.config/mabox/tiny > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
|
||||||
|
<small>small</small>,cat ~/.config/mabox/small > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
|
||||||
|
normal,cat ~/.config/mabox/normal > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
|
||||||
|
<big>big</big>,cat ~/.config/mabox/big > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
|
||||||
|
<big><big>huge</big></big>,cat ~/.config/mabox/huge > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
|
||||||
|
^tag(autostart)
|
||||||
|
Choose apps/services (GUI Editor),yautostart
|
||||||
|
Edit autostart file (advanced),geany ~/.config/openbox/autostart,geany
|
||||||
^tag(lx-apps)
|
^tag(lx-apps)
|
||||||
|
|
||||||
|
|
||||||
|
Can't render this file because it contains an unexpected character in line 1 and column 54.
|
@ -1,4 +1,4 @@
|
|||||||
## Comment out with # if you want to hide same lines
|
## Comment out with # if you want to hide some lines
|
||||||
^sep(Exit...)
|
^sep(Exit...)
|
||||||
Logout,openbox --exit,system-logout
|
Logout,openbox --exit,system-logout
|
||||||
Suspend,systemctl suspend,system-suspend
|
Suspend,systemctl suspend,system-suspend
|
||||||
|
|
@ -1,2 +1,2 @@
|
|||||||
^sep(Tools)
|
^sep(Tools)
|
||||||
<big></big> FSearch, fsearch
|
FSearch, fsearch
|
||||||
|
|
@ -177,28 +177,17 @@
|
|||||||
<keybind key="W-A-d">
|
<keybind key="W-A-d">
|
||||||
<action name="ToggleDockAutohide"/>
|
<action name="ToggleDockAutohide"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
<!-- WORKSPACES -->
|
||||||
<keybind key="C-A-Left">
|
<keybind key="C-A-Left">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>left</to>
|
<to>left</to>
|
||||||
<wrap>no</wrap>
|
<wrap>yes</wrap>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-Right">
|
<keybind key="C-A-Right">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>right</to>
|
<to>right</to>
|
||||||
<wrap>no</wrap>
|
<wrap>yes</wrap>
|
||||||
</action>
|
|
||||||
</keybind>
|
|
||||||
<keybind key="C-A-Up">
|
|
||||||
<action name="GoToDesktop">
|
|
||||||
<to>up</to>
|
|
||||||
<wrap>no</wrap>
|
|
||||||
</action>
|
|
||||||
</keybind>
|
|
||||||
<keybind key="C-A-Down">
|
|
||||||
<action name="GoToDesktop">
|
|
||||||
<to>down</to>
|
|
||||||
<wrap>no</wrap>
|
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="S-A-Left">
|
<keybind key="S-A-Left">
|
||||||
@ -217,26 +206,47 @@
|
|||||||
<action name="SendToDesktopDown">
|
<action name="SendToDesktopDown">
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-F1">
|
<keybind key="W-1">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>1</to>
|
<to>1</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-F2">
|
<keybind key="W-2">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>2</to>
|
<to>2</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-F3">
|
<keybind key="W-3">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>3</to>
|
<to>3</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-F4">
|
<keybind key="W-4">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>4</to>
|
<to>4</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
<keybind key="S-W-1">
|
||||||
|
<action name="SendToDesktop">
|
||||||
|
<desktop>1</desktop>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-W-2">
|
||||||
|
<action name="SendToDesktop">
|
||||||
|
<desktop>2</desktop>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-W-3">
|
||||||
|
<action name="SendToDesktop">
|
||||||
|
<desktop>3</desktop>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-W-4">
|
||||||
|
<action name="SendToDesktop">
|
||||||
|
<desktop>4</desktop>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<!-- WINDOWS -->
|
||||||
<keybind key="W-d">
|
<keybind key="W-d">
|
||||||
<action name="ToggleShowDesktop"/>
|
<action name="ToggleShowDesktop"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
@ -274,23 +284,28 @@
|
|||||||
<desktop>yes</desktop>
|
<desktop>yes</desktop>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-S-Right">
|
<!--<keybind key="W-C-Right">
|
||||||
<action name="DirectionalCycleWindows"/>
|
<action name="DirectionalCycleWindows"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-S-Left">
|
<keybind key="W-C-Left">
|
||||||
<action name="DirectionalCycleWindows"/>
|
<action name="DirectionalCycleWindows"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-S-Up">
|
<keybind key="W-C-Up">
|
||||||
<action name="DirectionalCycleWindows"/>
|
<action name="DirectionalCycleWindows"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-S-Down">
|
<keybind key="W-C-Down">
|
||||||
<action name="DirectionalCycleWindows"/>
|
<action name="DirectionalCycleWindows"/>
|
||||||
</keybind>
|
</keybind>-->
|
||||||
<keybind key="W-e">
|
<keybind key="W-e">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>geany</command>
|
<command>geany</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
<keybind key="W-j">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>jgtype</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
<keybind key="W-k">
|
<keybind key="W-k">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>xkill</command>
|
<command>xkill</command>
|
||||||
@ -365,7 +380,7 @@
|
|||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-space">
|
<keybind key="W-space">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>mb-jgtools main</command>
|
<command>mb-jgtools main</command>
|
||||||
</action>
|
</action>
|
||||||
<!---<action name="ShowMenu">
|
<!---<action name="ShowMenu">
|
||||||
@ -374,7 +389,7 @@
|
|||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-h">
|
<keybind key="W-h">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>exo-open --launch TerminalEmulator htop</command>
|
<command>exo-open --launch TerminalEmulator bashtop</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-x">
|
<keybind key="W-x">
|
||||||
@ -447,6 +462,7 @@
|
|||||||
<command>synclient TouchpadOff=1</command>
|
<command>synclient TouchpadOff=1</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind> -->
|
</keybind> -->
|
||||||
|
<!-- WINDOW KEYBINDINGS -->
|
||||||
<keybind key="W-KP_1">
|
<keybind key="W-KP_1">
|
||||||
<action name="Unmaximize"/>
|
<action name="Unmaximize"/>
|
||||||
<action name="MoveResizeTo">
|
<action name="MoveResizeTo">
|
||||||
@ -528,8 +544,31 @@
|
|||||||
<height>50%</height>
|
<height>50%</height>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
<keybind key="W-w">
|
||||||
|
<action name="Close"/>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-Escape">
|
||||||
|
<action name="ShowMenu">
|
||||||
|
<menu>client-menu</menu>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-Home">
|
||||||
|
<action name="ToggleMaximize"/>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-End">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-S-Left">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<width>25%</width>
|
||||||
|
<height>100%</height>
|
||||||
|
<x>0%</x>
|
||||||
|
<y>0%</y>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
<keybind key="W-Left">
|
<keybind key="W-Left">
|
||||||
<action name="Unmaximize"/>
|
<action name="UnmaximizeFull"/>
|
||||||
<action name="MoveResizeTo">
|
<action name="MoveResizeTo">
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
@ -537,31 +576,130 @@
|
|||||||
<height>100%</height>
|
<height>100%</height>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-Down">
|
|
||||||
<action name="Unmaximize"/>
|
|
||||||
<action name="MoveResizeTo">
|
|
||||||
<x>0</x>
|
|
||||||
<y>-0</y>
|
|
||||||
<width>100%</width>
|
|
||||||
<height>50%</height>
|
|
||||||
</action>
|
|
||||||
</keybind>
|
|
||||||
<keybind key="W-Right">
|
<keybind key="W-Right">
|
||||||
<action name="Unmaximize"/>
|
<action name="UnmaximizeFull"/>
|
||||||
<action name="MoveResizeTo">
|
<action name="MoveResizeTo">
|
||||||
<x>-0</x>
|
|
||||||
<y>0</y>
|
|
||||||
<width>50%</width>
|
<width>50%</width>
|
||||||
<height>100%</height>
|
<height>100%</height>
|
||||||
|
<x>50%</x>
|
||||||
|
<y>0%</y>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-S-Right">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<width>25%</width>
|
||||||
|
<height>100%</height>
|
||||||
|
<x>75%</x>
|
||||||
|
<y>0%</y>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-Down">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<width>100%</width>
|
||||||
|
<height>50%</height>
|
||||||
|
<x>0%</x>
|
||||||
|
<y>50%</y>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-S-Down">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<width>100%</width>
|
||||||
|
<height>25%</height>
|
||||||
|
<x>0%</x>
|
||||||
|
<y>75%</y>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-Up">
|
<keybind key="W-Up">
|
||||||
<action name="Unmaximize"/>
|
<action name="UnmaximizeFull"/>
|
||||||
<action name="MoveResizeTo">
|
<action name="MoveResizeTo">
|
||||||
<x>0</x>
|
|
||||||
<y>0</y>
|
|
||||||
<width>100%</width>
|
<width>100%</width>
|
||||||
<height>50%</height>
|
<height>50%</height>
|
||||||
|
<x>0%</x>
|
||||||
|
<y>0%</y>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-S-Up">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<width>100%</width>
|
||||||
|
<height>25%</height>
|
||||||
|
<x>0%</x>
|
||||||
|
<y>0%</y>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-Insert">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<width>50%</width>
|
||||||
|
<height>50%</height>
|
||||||
|
<x>0%</x>
|
||||||
|
<y>0%</y>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-S-Insert">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<width>25%</width>
|
||||||
|
<height>50%</height>
|
||||||
|
<x>0%</x>
|
||||||
|
<y>0%</y>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-Delete">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<width>50%</width>
|
||||||
|
<height>50%</height>
|
||||||
|
<x>0%</x>
|
||||||
|
<y>50%</y>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-S-Delete">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<width>25%</width>
|
||||||
|
<height>50%</height>
|
||||||
|
<x>0%</x>
|
||||||
|
<y>50%</y>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-Prior">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<width>50%</width>
|
||||||
|
<height>50%</height>
|
||||||
|
<x>50%</x>
|
||||||
|
<y>0%</y>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-S-Prior">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<width>25%</width>
|
||||||
|
<height>50%</height>
|
||||||
|
<x>75%</x>
|
||||||
|
<y>0%</y>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-Next">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<width>50%</width>
|
||||||
|
<height>50%</height>
|
||||||
|
<x>50%</x>
|
||||||
|
<y>50%</y>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-S-Next">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<width>25%</width>
|
||||||
|
<height>50%</height>
|
||||||
|
<x>75%</x>
|
||||||
|
<y>50%</y>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-KP_Divide">
|
<keybind key="W-KP_Divide">
|
||||||
@ -713,6 +851,13 @@
|
|||||||
</then>
|
</then>
|
||||||
</action>
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Click">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Execute">
|
||||||
|
<command>autosnap</command>
|
||||||
|
</action>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
<context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner">
|
<context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner">
|
||||||
<mousebind action="Press" button="Left">
|
<mousebind action="Press" button="Left">
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
@text,,6,6,150,20,0,left,top,auto,#000000,<span size="large"></span>
|
|
||||||
@search,,24,6,150,20,2,left,top,auto,#000000 0,<i>Type to search</i>
|
@search,,24,6,150,20,2,left,top,auto,#000000 0,<i>Type to search</i>
|
||||||
^sep()
|
^sep()
|
||||||
Install Mabox,calamares_polkit,distributor-logo-mabox
|
Install Mabox,calamares_polkit,distributor-logo-mabox
|
||||||
|
Can't render this file because it contains an unexpected character in line 1 and column 54.
|
@ -294,6 +294,7 @@ xdotool
|
|||||||
zenity
|
zenity
|
||||||
yad
|
yad
|
||||||
#---------=> Mabox
|
#---------=> Mabox
|
||||||
|
bashrc-mabox
|
||||||
mabox-common
|
mabox-common
|
||||||
mabox-release
|
mabox-release
|
||||||
mabox-keyring
|
mabox-keyring
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
@text,,26,6,150,20,0,left,top,auto,#000000,<span size="large"></span>
|
|
||||||
@search,,44,6,150,20,2,left,top,auto,#000000 0,<i>Pisz aby wyszukać</i>
|
@search,,44,6,150,20,2,left,top,auto,#000000 0,<i>Pisz aby wyszukać</i>
|
||||||
Terminal,exo-open --launch TerminalEmulator,utilities-terminal
|
Terminal,exo-open --launch TerminalEmulator,utilities-terminal
|
||||||
Przeglądarka WWW,exo-open --launch WebBrowser,firefox
|
Przeglądarka WWW,exo-open --launch WebBrowser,firefox
|
||||||
Menedżer plików,exo-open --launch FileManager,system-file-manager
|
Menedżer plików,exo-open --launch FileManager,system-file-manager
|
||||||
Dodaj/Usuń programy,pamac-manager,pamac
|
|
||||||
^sep()
|
^sep()
|
||||||
Aplikacje,^checkout(lx-apps),applications-other
|
Aplikacje,^checkout(lx-apps),applications-other
|
||||||
|
|
||||||
@ -28,21 +26,35 @@ Kompozytor,^pipe(jgmenu_run ob --cmd=mabox-compositor),compton
|
|||||||
Menu,^checkout(menu),menu-editor
|
Menu,^checkout(menu),menu-editor
|
||||||
^sep(Ustawienia)
|
^sep(Ustawienia)
|
||||||
Preferowane aplikacje,exo-preferred-applications,preferences-desktop-default-applications
|
Preferowane aplikacje,exo-preferred-applications,preferences-desktop-default-applications
|
||||||
|
Menedżer logowania,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings
|
||||||
Ustawienia zasilania,xfce4-power-manager-settings,xfce4-power-manager-settings
|
Ustawienia zasilania,xfce4-power-manager-settings,xfce4-power-manager-settings
|
||||||
Menadżer logowania,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings
|
|
||||||
^sep(Openbox)
|
^sep(Openbox)
|
||||||
|
Autostart,^checkout(autostart),geany
|
||||||
Autostart,geany ~/.config/openbox/autostart,geany
|
|
||||||
RC - plik konfiguracyjny,geany ~/.config/openbox/rc.xml,geany
|
RC - plik konfiguracyjny,geany ~/.config/openbox/rc.xml,geany
|
||||||
|
|
||||||
Rekonfiguruj Openbox,openbox --reconfigure,openbox
|
Rekonfiguruj Openbox,openbox --reconfigure,openbox
|
||||||
^sep(Motywy Maboxa)
|
^sep(Motywy Maboxa)
|
||||||
Zarządzaj motywami,mb-obthemes,preferences-desktop-theme
|
Zarządzaj motywami,mb-obthemes,preferences-desktop-theme
|
||||||
|
^sep(Pomoc)
|
||||||
|
Przewodnik Użytkownika (online),^checkout(userguide),distributor-logo-mabox
|
||||||
|
Forum dyskusyjne Mabox,exo-open --launch WebBrowser https://forum.maboxlinux.org/,distributor-logo-mabox
|
||||||
|
^tag(autostart)
|
||||||
|
Wybierz programy/usługi (GUI Edytor),yautostart
|
||||||
|
Edycja pliku (zaawansowane),geany ~/.config/openbox/autostart,geany
|
||||||
|
^tag(userguide)
|
||||||
|
. /usr/share/mb-jgtools/userguide_PL.csv
|
||||||
^tag(menu)
|
^tag(menu)
|
||||||
Edytuj pozycje menu,geany ~/.config/jgmenu/prepend.csv,geany
|
Edytuj pozycje menu,geany ~/.config/jgmenu/prepend.csv,geany
|
||||||
Edytuj ustawienia,geany ~/.config/mabox/mabox.conf,geany
|
Edytuj ustawienia,geany ~/.config/mabox/mabox.conf,geany
|
||||||
Generuj motyw na podstawie OB,obtheme2jgmenu,system-reboot
|
Rozmiar,^checkout(rozmiar)
|
||||||
|
^tag(rozmiar)
|
||||||
|
<small><small>malutki</small></small>,cat ~/.config/mabox/tiny > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
|
||||||
|
<small>mały</small>,cat ~/.config/mabox/small > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
|
||||||
|
normalny,cat ~/.config/mabox/normal > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
|
||||||
|
<big>duży</big>,cat ~/.config/mabox/big > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
|
||||||
|
<big><big>wielki</big></big>,cat ~/.config/mabox/huge > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
|
||||||
^tag(lx-apps)
|
^tag(lx-apps)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Can't render this file because it contains an unexpected character in line 1 and column 55.
|
@ -177,28 +177,17 @@
|
|||||||
<keybind key="W-A-d">
|
<keybind key="W-A-d">
|
||||||
<action name="ToggleDockAutohide"/>
|
<action name="ToggleDockAutohide"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
<!-- WORKSPACES -->
|
||||||
<keybind key="C-A-Left">
|
<keybind key="C-A-Left">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>left</to>
|
<to>left</to>
|
||||||
<wrap>no</wrap>
|
<wrap>yes</wrap>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-Right">
|
<keybind key="C-A-Right">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>right</to>
|
<to>right</to>
|
||||||
<wrap>no</wrap>
|
<wrap>yes</wrap>
|
||||||
</action>
|
|
||||||
</keybind>
|
|
||||||
<keybind key="C-A-Up">
|
|
||||||
<action name="GoToDesktop">
|
|
||||||
<to>up</to>
|
|
||||||
<wrap>no</wrap>
|
|
||||||
</action>
|
|
||||||
</keybind>
|
|
||||||
<keybind key="C-A-Down">
|
|
||||||
<action name="GoToDesktop">
|
|
||||||
<to>down</to>
|
|
||||||
<wrap>no</wrap>
|
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="S-A-Left">
|
<keybind key="S-A-Left">
|
||||||
@ -217,26 +206,47 @@
|
|||||||
<action name="SendToDesktopDown">
|
<action name="SendToDesktopDown">
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-F1">
|
<keybind key="W-1">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>1</to>
|
<to>1</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-F2">
|
<keybind key="W-2">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>2</to>
|
<to>2</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-F3">
|
<keybind key="W-3">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>3</to>
|
<to>3</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-F4">
|
<keybind key="W-4">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>4</to>
|
<to>4</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
<keybind key="S-W-1">
|
||||||
|
<action name="SendToDesktop">
|
||||||
|
<desktop>1</desktop>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-W-2">
|
||||||
|
<action name="SendToDesktop">
|
||||||
|
<desktop>2</desktop>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-W-3">
|
||||||
|
<action name="SendToDesktop">
|
||||||
|
<desktop>3</desktop>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-W-4">
|
||||||
|
<action name="SendToDesktop">
|
||||||
|
<desktop>4</desktop>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<!-- WINDOWS -->
|
||||||
<keybind key="W-d">
|
<keybind key="W-d">
|
||||||
<action name="ToggleShowDesktop"/>
|
<action name="ToggleShowDesktop"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
@ -274,23 +284,28 @@
|
|||||||
<desktop>yes</desktop>
|
<desktop>yes</desktop>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-S-Right">
|
<!--<keybind key="W-C-Right">
|
||||||
<action name="DirectionalCycleWindows"/>
|
<action name="DirectionalCycleWindows"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-S-Left">
|
<keybind key="W-C-Left">
|
||||||
<action name="DirectionalCycleWindows"/>
|
<action name="DirectionalCycleWindows"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-S-Up">
|
<keybind key="W-C-Up">
|
||||||
<action name="DirectionalCycleWindows"/>
|
<action name="DirectionalCycleWindows"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-S-Down">
|
<keybind key="W-C-Down">
|
||||||
<action name="DirectionalCycleWindows"/>
|
<action name="DirectionalCycleWindows"/>
|
||||||
</keybind>
|
</keybind>-->
|
||||||
<keybind key="W-e">
|
<keybind key="W-e">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>geany</command>
|
<command>geany</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
<keybind key="W-j">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>jgtype</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
<keybind key="W-k">
|
<keybind key="W-k">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>xkill</command>
|
<command>xkill</command>
|
||||||
@ -367,7 +382,7 @@
|
|||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-space">
|
<keybind key="W-space">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>mb-jgtools main</command>
|
<command>mb-jgtools main</command>
|
||||||
</action>
|
</action>
|
||||||
<!---<action name="ShowMenu">
|
<!---<action name="ShowMenu">
|
||||||
@ -536,7 +551,7 @@
|
|||||||
<height>50%</height>
|
<height>50%</height>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-w">
|
<keybind key="W-w">
|
||||||
<action name="Close"/>
|
<action name="Close"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-Escape">
|
<keybind key="A-Escape">
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
@text,,6,6,150,20,0,left,top,auto,#000000,<span size="large"></span>
|
|
||||||
@search,,24,6,150,20,2,left,top,auto,#000000 0,<i>Pisz aby wyszukać</i>
|
@search,,24,6,150,20,2,left,top,auto,#000000 0,<i>Pisz aby wyszukać</i>
|
||||||
^sep()
|
^sep()
|
||||||
Zainstaluj Mabox,calamares_polkit,distributor-logo-mabox
|
Zainstaluj Mabox,calamares_polkit,distributor-logo-mabox
|
||||||
|
Can't render this file because it contains an unexpected character in line 1 and column 54.
|
Loading…
Reference in New Issue
Block a user