upd
parent
2a9b4645ba
commit
f745ad4b18
|
@ -596,16 +596,16 @@
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
</keybind>
|
</keybind>
|
||||||
<!-- <keybind key="XF86MonBrightnessUp">
|
<keybind key="XF86MonBrightnessUp">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>xbacklight +10</command>
|
<command>mb-brightness inc</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="XF86MonBrightnessDown">
|
<keybind key="XF86MonBrightnessDown">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>xbacklight -10</command>
|
<command>mb-brightness dec</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind> -->
|
</keybind>
|
||||||
<keybind key="XF86AudioRaiseVolume C-A-Up">
|
<keybind key="XF86AudioRaiseVolume C-A-Up">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>pamixer -i 2</command>
|
<command>pamixer -i 2</command>
|
||||||
|
@ -1411,7 +1411,7 @@
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind action="Click" button="Down">
|
<mousebind action="Click" button="Down">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>conkyctl contextmenu</command>
|
<command>conkyctl cmdmenu</command>
|
||||||
</action>
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind action="Press" button="C-Left">
|
<mousebind action="Press" button="C-Left">
|
||||||
|
@ -1424,16 +1424,16 @@
|
||||||
<!-- Menus -->
|
<!-- Menus -->
|
||||||
<mousebind action="Click" button="Up">
|
<mousebind action="Click" button="Up">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>previous</to>
|
<to>none</to>
|
||||||
</action>
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind action="Click" button="Down">
|
<mousebind action="Click" button="Down">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>next</to>
|
<to>none</to>
|
||||||
</action>
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind action="Press" button="Left">
|
<mousebind action="Press" button="Left">
|
||||||
<action name="ToggleShowDesktop"/>
|
<action name="none"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind action="Press" button="C-Left">
|
<mousebind action="Press" button="C-Left">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
Actualizar el sistema(Tienda),pamac-manager --updates,system-upgrade
|
Actualizar el sistema(Tienda),pamac-manager --updates,system-upgrade
|
||||||
Actualizar en la terminal (cli),^term(yay -Syyu;read -p "${FINISHED}"),openterm
|
Actualizar en la terminal (cli),^term(yay -Syyu;read -p "Finished! Hit ENTER or close this window"),openterm
|
||||||
Tienda de software,pamac-manager,pamac
|
Tienda de software,pamac-manager,pamac
|
||||||
Actualizar repositorios,^checkout(mirrory),download
|
Actualizar repositorios,^checkout(mirrory),download
|
||||||
|
|
||||||
^tag(mirrory)
|
^tag(mirrory)
|
||||||
Repositorios rápidos <small>pacman-mirrors -f5</small>,^term(sudo pacman-mirrors -f5;read -p "${FINISHED}")
|
Repositorios rápidos <small>pacman-mirrors -f5</small>,^term(sudo pacman-mirrors -f5;read -p "Finished! Hit ENTER or close this window")
|
||||||
Todos los repositorios <small>pacman-mirrors -i -c all</small>,^term(sudo pacman-mirrors -i -c all;read -p "${FINISHED}")
|
Todos los repositorios <small>pacman-mirrors -i -c all</small>,^term(sudo pacman-mirrors -i -c all;read -p "Finished! Hit ENTER or close this window")
|
||||||
Repositorios locales <small>pacman-mirrors -i --geoip</small>,^term(sudo pacman-mirrors -i --geoip;read -p "${FINISHED}")
|
Repositorios locales <small>pacman-mirrors -i --geoip</small>,^term(sudo pacman-mirrors -i --geoip;read -p "Finished! Hit ENTER or close this window")
|
||||||
^sep()
|
^sep()
|
||||||
|
|
||||||
|
|
Can't render this file because it contains an unexpected character in line 2 and column 57.
|
|
@ -1,11 +1,13 @@
|
||||||
|
^sep(Oprogramowanie)
|
||||||
Aktualizacje (Pamac),pamac-manager --updates,system-upgrade
|
Aktualizacje (Pamac),pamac-manager --updates,system-upgrade
|
||||||
Aktualizacje (cli),^term(yay -Syyu;read -p "${FINISHED}"),openterm
|
Aktualizacje (cli),^term(yay -Syyu;read -p "Zakończono! wciśnij ENTER lub zamknij to okno"),openterm
|
||||||
Pamac,pamac-manager,pamac
|
Pamac,pamac-manager,pamac
|
||||||
Ranking mirrorów,^checkout(mirrory),download
|
Ranking mirrorów,^checkout(mirrory),download
|
||||||
|
|
||||||
^tag(mirrory)
|
^tag(mirrory)
|
||||||
Szybko <small>pacman-mirrors -f5</small>,^term(sudo pacman-mirrors -f5;read -p "${FINISHED}")
|
^sep(Ranking mirrorów)
|
||||||
Wszystkie <small>pacman-mirrors -i -c all</small>,^term(sudo pacman-mirrors -i -c all;read -p "${FINISHED}")
|
Szybko <small>pacman-mirrors -f5</small>,^term(sudo pacman-mirrors -f5;read -p "Zakończono! wciśnij ENTER lub zamknij to okno")
|
||||||
Geoip <small>pacman-mirrors -i --geoip</small>,^term(sudo pacman-mirrors -i --geoip;read -p "${FINISHED}")
|
Wszystkie <small>pacman-mirrors -i -c all</small>,^term(sudo pacman-mirrors -i -c all;read -p "Zakończono! wciśnij ENTER lub zamknij to okno")
|
||||||
|
Geoip <small>pacman-mirrors -i --geoip</small>,^term(sudo pacman-mirrors -i --geoip;read -p "Zakończono! wciśnij ENTER lub zamknij to okno")
|
||||||
^sep()
|
^sep()
|
||||||
|
|
||||||
|
|
Can't render this file because it contains an unexpected character in line 2 and column 44.
|
Loading…
Reference in New Issue