1
0
Fork 0
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:
Phantop 2023-08-31 13:11:55 -04:00
parent c51f8bf262
commit 729f9e5129
2 changed files with 2 additions and 1 deletions

View file

@ -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);:'

View file

@ -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]