mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-03 10:47:36 +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 l ls
|
||||
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 nix '. ~/.nix-profile/etc/profile.d/nix.fish; command nix'
|
||||
a nsp 'netsurf (pandoc $argv -s -t html | psub -s .html);:'
|
||||
|
|
|
@ -9,7 +9,7 @@ name='Kitty'
|
|||
|
||||
[custom-keybindings/custom1]
|
||||
binding='<Super>d'
|
||||
command='rofi -combi-modi drun,run,window -modi combi -show'
|
||||
command='fish -c launcher'
|
||||
name='Launcher'
|
||||
|
||||
[custom-keybindings/custom10]
|
||||
|
|
Loading…
Reference in a new issue