Update bindings
This commit is contained in:
parent
2c0d93cc03
commit
3db6e11b44
@ -9,8 +9,8 @@ super + shift + s
|
|||||||
super + c
|
super + c
|
||||||
compos
|
compos
|
||||||
|
|
||||||
super + s; {t,m,n,v}
|
super + s; {t,m,n,v,c}
|
||||||
{tuirent,mails,rss,fm}
|
{tuirent,mails,rss,fm,ncmp}
|
||||||
super + a; {g,k,l,i}
|
super + a; {g,k,l,i}
|
||||||
{gimp,keepassxc,libreoffice,inkscape}
|
{gimp,keepassxc,libreoffice,inkscape}
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ super + w
|
|||||||
|
|
||||||
{_,shift,ctrl +} Print
|
{_,shift,ctrl +} Print
|
||||||
screenshot {_,--force,--force_area}
|
screenshot {_,--force,--force_area}
|
||||||
{_,shift +} F1
|
{_,shift +} Home
|
||||||
{_,u}mounter
|
{_,u}mounter
|
||||||
{_,ctrl +} F10
|
{_,ctrl +} F10
|
||||||
{curl 192.168.1.201/toggle.php && refbar,$BROWSER 192.168.1.201}
|
{curl 192.168.1.201/toggle.php && refbar,$BROWSER 192.168.1.201}
|
||||||
|
@ -9,5 +9,3 @@ mpc add "$song"
|
|||||||
notify-send -u normal "MPD added random song" "$(
|
notify-send -u normal "MPD added random song" "$(
|
||||||
mpc -f "%artist% - %title%" find filename "$song"
|
mpc -f "%artist% - %title%" find filename "$song"
|
||||||
)"
|
)"
|
||||||
|
|
||||||
mpc play>/dev/null
|
|
||||||
|
5
.local/bin/scripts/ncmp
Executable file
5
.local/bin/scripts/ncmp
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Run ncmpcpp.
|
||||||
|
|
||||||
|
$TERMINAL -e ncmpcpp
|
Loading…
x
Reference in New Issue
Block a user