update
This commit is contained in:
parent
209d21be6f
commit
bb24319257
@ -116,6 +116,7 @@ pamac-cli
|
||||
#snapd
|
||||
#snapd-glib
|
||||
#pamac-snap-plugin
|
||||
|
||||
#---------=> office
|
||||
qpdfview
|
||||
|
||||
@ -340,6 +341,7 @@ freetype2
|
||||
|
||||
#---------=> system
|
||||
accountsservice
|
||||
zensu
|
||||
gnome-keyring
|
||||
manjaro-hotfixes
|
||||
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>
|
||||
^sep()
|
||||
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
|
||||
^sep(Openbox)
|
||||
Openbox Configuration Manager,obconf,obconf
|
||||
Autostart,geany ~/.config/openbox/autostart,geany
|
||||
Autostart,^checkout(autostart),geany
|
||||
RC - configuration file,geany ~/.config/openbox/rc.xml,geany
|
||||
Reconfigure Openbox,openbox --reconfigure,openbox
|
||||
^sep(Mabox Themes)
|
||||
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)
|
||||
Edit Schema,geany ~/.config/jgmenu/prepend.csv,geany
|
||||
Edit Settings,geany ~/.config/mabox/mabox.conf,geany
|
||||
Menu Font Size,^checkout(size)
|
||||
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)
|
||||
|
||||
|
||||
|
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...)
|
||||
Logout,openbox --exit,system-logout
|
||||
Suspend,systemctl suspend,system-suspend
|
||||
|
|
@ -1,2 +1,2 @@
|
||||
^sep(Tools)
|
||||
<big></big> FSearch, fsearch
|
||||
FSearch, fsearch
|
||||
|
|
@ -177,28 +177,17 @@
|
||||
<keybind key="W-A-d">
|
||||
<action name="ToggleDockAutohide"/>
|
||||
</keybind>
|
||||
<!-- WORKSPACES -->
|
||||
<keybind key="C-A-Left">
|
||||
<action name="GoToDesktop">
|
||||
<to>left</to>
|
||||
<wrap>no</wrap>
|
||||
<wrap>yes</wrap>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-Right">
|
||||
<action name="GoToDesktop">
|
||||
<to>right</to>
|
||||
<wrap>no</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>
|
||||
<wrap>yes</wrap>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="S-A-Left">
|
||||
@ -217,26 +206,47 @@
|
||||
<action name="SendToDesktopDown">
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-F1">
|
||||
<keybind key="W-1">
|
||||
<action name="GoToDesktop">
|
||||
<to>1</to>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-F2">
|
||||
<keybind key="W-2">
|
||||
<action name="GoToDesktop">
|
||||
<to>2</to>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-F3">
|
||||
<keybind key="W-3">
|
||||
<action name="GoToDesktop">
|
||||
<to>3</to>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-F4">
|
||||
<keybind key="W-4">
|
||||
<action name="GoToDesktop">
|
||||
<to>4</to>
|
||||
</action>
|
||||
</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">
|
||||
<action name="ToggleShowDesktop"/>
|
||||
</keybind>
|
||||
@ -274,23 +284,28 @@
|
||||
<desktop>yes</desktop>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-S-Right">
|
||||
<!--<keybind key="W-C-Right">
|
||||
<action name="DirectionalCycleWindows"/>
|
||||
</keybind>
|
||||
<keybind key="W-S-Left">
|
||||
<keybind key="W-C-Left">
|
||||
<action name="DirectionalCycleWindows"/>
|
||||
</keybind>
|
||||
<keybind key="W-S-Up">
|
||||
<keybind key="W-C-Up">
|
||||
<action name="DirectionalCycleWindows"/>
|
||||
</keybind>
|
||||
<keybind key="W-S-Down">
|
||||
<keybind key="W-C-Down">
|
||||
<action name="DirectionalCycleWindows"/>
|
||||
</keybind>
|
||||
</keybind>-->
|
||||
<keybind key="W-e">
|
||||
<action name="Execute">
|
||||
<command>geany</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-j">
|
||||
<action name="Execute">
|
||||
<command>jgtype</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-k">
|
||||
<action name="Execute">
|
||||
<command>xkill</command>
|
||||
@ -365,7 +380,7 @@
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-space">
|
||||
<action name="Execute">
|
||||
<action name="Execute">
|
||||
<command>mb-jgtools main</command>
|
||||
</action>
|
||||
<!---<action name="ShowMenu">
|
||||
@ -374,7 +389,7 @@
|
||||
</keybind>
|
||||
<keybind key="W-h">
|
||||
<action name="Execute">
|
||||
<command>exo-open --launch TerminalEmulator htop</command>
|
||||
<command>exo-open --launch TerminalEmulator bashtop</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-x">
|
||||
@ -447,6 +462,7 @@
|
||||
<command>synclient TouchpadOff=1</command>
|
||||
</action>
|
||||
</keybind> -->
|
||||
<!-- WINDOW KEYBINDINGS -->
|
||||
<keybind key="W-KP_1">
|
||||
<action name="Unmaximize"/>
|
||||
<action name="MoveResizeTo">
|
||||
@ -528,8 +544,31 @@
|
||||
<height>50%</height>
|
||||
</action>
|
||||
</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">
|
||||
<action name="Unmaximize"/>
|
||||
<action name="UnmaximizeFull"/>
|
||||
<action name="MoveResizeTo">
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
@ -537,31 +576,130 @@
|
||||
<height>100%</height>
|
||||
</action>
|
||||
</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">
|
||||
<action name="Unmaximize"/>
|
||||
<action name="UnmaximizeFull"/>
|
||||
<action name="MoveResizeTo">
|
||||
<x>-0</x>
|
||||
<y>0</y>
|
||||
<width>50%</width>
|
||||
<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>
|
||||
</keybind>
|
||||
<keybind key="W-Up">
|
||||
<action name="Unmaximize"/>
|
||||
<action name="UnmaximizeFull"/>
|
||||
<action name="MoveResizeTo">
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>100%</width>
|
||||
<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>
|
||||
</keybind>
|
||||
<keybind key="W-KP_Divide">
|
||||
@ -713,6 +851,13 @@
|
||||
</then>
|
||||
</action>
|
||||
</mousebind>
|
||||
<mousebind button="Middle" action="Click">
|
||||
<action name="Focus"/>
|
||||
<action name="Execute">
|
||||
<command>autosnap</command>
|
||||
</action>
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner">
|
||||
<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>
|
||||
^sep()
|
||||
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
|
||||
yad
|
||||
#---------=> Mabox
|
||||
bashrc-mabox
|
||||
mabox-common
|
||||
mabox-release
|
||||
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>
|
||||
Terminal,exo-open --launch TerminalEmulator,utilities-terminal
|
||||
Przeglądarka WWW,exo-open --launch WebBrowser,firefox
|
||||
Menedżer plików,exo-open --launch FileManager,system-file-manager
|
||||
Dodaj/Usuń programy,pamac-manager,pamac
|
||||
^sep()
|
||||
Aplikacje,^checkout(lx-apps),applications-other
|
||||
|
||||
@ -28,21 +26,35 @@ Kompozytor,^pipe(jgmenu_run ob --cmd=mabox-compositor),compton
|
||||
Menu,^checkout(menu),menu-editor
|
||||
^sep(Ustawienia)
|
||||
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
|
||||
Menadżer logowania,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings
|
||||
^sep(Openbox)
|
||||
|
||||
Autostart,geany ~/.config/openbox/autostart,geany
|
||||
Autostart,^checkout(autostart),geany
|
||||
RC - plik konfiguracyjny,geany ~/.config/openbox/rc.xml,geany
|
||||
|
||||
Rekonfiguruj Openbox,openbox --reconfigure,openbox
|
||||
^sep(Motywy Maboxa)
|
||||
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)
|
||||
Edytuj pozycje menu,geany ~/.config/jgmenu/prepend.csv,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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
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">
|
||||
<action name="ToggleDockAutohide"/>
|
||||
</keybind>
|
||||
<!-- WORKSPACES -->
|
||||
<keybind key="C-A-Left">
|
||||
<action name="GoToDesktop">
|
||||
<to>left</to>
|
||||
<wrap>no</wrap>
|
||||
<wrap>yes</wrap>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-Right">
|
||||
<action name="GoToDesktop">
|
||||
<to>right</to>
|
||||
<wrap>no</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>
|
||||
<wrap>yes</wrap>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="S-A-Left">
|
||||
@ -217,26 +206,47 @@
|
||||
<action name="SendToDesktopDown">
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-F1">
|
||||
<keybind key="W-1">
|
||||
<action name="GoToDesktop">
|
||||
<to>1</to>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-F2">
|
||||
<keybind key="W-2">
|
||||
<action name="GoToDesktop">
|
||||
<to>2</to>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-F3">
|
||||
<keybind key="W-3">
|
||||
<action name="GoToDesktop">
|
||||
<to>3</to>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-F4">
|
||||
<keybind key="W-4">
|
||||
<action name="GoToDesktop">
|
||||
<to>4</to>
|
||||
</action>
|
||||
</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">
|
||||
<action name="ToggleShowDesktop"/>
|
||||
</keybind>
|
||||
@ -274,23 +284,28 @@
|
||||
<desktop>yes</desktop>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-S-Right">
|
||||
<!--<keybind key="W-C-Right">
|
||||
<action name="DirectionalCycleWindows"/>
|
||||
</keybind>
|
||||
<keybind key="W-S-Left">
|
||||
<keybind key="W-C-Left">
|
||||
<action name="DirectionalCycleWindows"/>
|
||||
</keybind>
|
||||
<keybind key="W-S-Up">
|
||||
<keybind key="W-C-Up">
|
||||
<action name="DirectionalCycleWindows"/>
|
||||
</keybind>
|
||||
<keybind key="W-S-Down">
|
||||
<keybind key="W-C-Down">
|
||||
<action name="DirectionalCycleWindows"/>
|
||||
</keybind>
|
||||
</keybind>-->
|
||||
<keybind key="W-e">
|
||||
<action name="Execute">
|
||||
<command>geany</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-j">
|
||||
<action name="Execute">
|
||||
<command>jgtype</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-k">
|
||||
<action name="Execute">
|
||||
<command>xkill</command>
|
||||
@ -367,7 +382,7 @@
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-space">
|
||||
<action name="Execute">
|
||||
<action name="Execute">
|
||||
<command>mb-jgtools main</command>
|
||||
</action>
|
||||
<!---<action name="ShowMenu">
|
||||
@ -536,7 +551,7 @@
|
||||
<height>50%</height>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-w">
|
||||
<keybind key="W-w">
|
||||
<action name="Close"/>
|
||||
</keybind>
|
||||
<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>
|
||||
^sep()
|
||||
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