mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-26 14:16:13 +00:00
revert launcher change because path
This commit is contained in:
parent
c51f8bf262
commit
729f9e5129
|
|
@ -35,6 +35,7 @@ a kittab 'kitty @ launch --type=tab --cwd $PWD'
|
||||||
a imgsum 'printf "$argv: " && identify -format "%#\n"'
|
a imgsum 'printf "$argv: " && identify -format "%#\n"'
|
||||||
a l ls
|
a l ls
|
||||||
a la 'l -A'
|
a la 'l -A'
|
||||||
|
a launcher 'rofi -combi-modi drun,run,window -modi combi -show'
|
||||||
a listen 'pactl list | grep loop && set t un; pactl "$t"load-module module-loopback'
|
a listen 'pactl list | grep loop && set t un; pactl "$t"load-module module-loopback'
|
||||||
a nix '. ~/.nix-profile/etc/profile.d/nix.fish; command nix'
|
a nix '. ~/.nix-profile/etc/profile.d/nix.fish; command nix'
|
||||||
a nsp 'netsurf (pandoc $argv -s -t html | psub -s .html);:'
|
a nsp 'netsurf (pandoc $argv -s -t html | psub -s .html);:'
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ name='Kitty'
|
||||||
|
|
||||||
[custom-keybindings/custom1]
|
[custom-keybindings/custom1]
|
||||||
binding='<Super>d'
|
binding='<Super>d'
|
||||||
command='rofi -combi-modi drun,run,window -modi combi -show'
|
command='fish -c launcher'
|
||||||
name='Launcher'
|
name='Launcher'
|
||||||
|
|
||||||
[custom-keybindings/custom10]
|
[custom-keybindings/custom10]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue