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