rofi: add window to combi, git: add july gitea

This commit is contained in:
Phantop 2022-12-13 15:39:14 -05:00
parent a427944adb
commit 55f91225d0
2 changed files with 8 additions and 5 deletions

View File

@ -34,7 +34,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" -show combi -modi "combi,window"'
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 'replay . ~/.nix-profile/etc/profile.d/nix.sh; command nix'
a nsp 'netsurf (pandoc $argv -s -t html | psub -s .html);:'

View File

@ -29,6 +29,9 @@
insteadOf = "h:"
[url "https://github.com/Phantop/"]
insteadOf = "p:"
[url "https://july.fly.dev/july/"]
insteadOf = "july:"
insteadOf = "j:"
[url "https://gitlab.com/"]
insteadOf = "gitlab:"
insteadOf = "lab:"
@ -64,10 +67,10 @@
[init]
defaultBranch = main
[diff]
tool = difftastic
tool = difftastic
[difftool]
prompt = false
prompt = false
[difftool "difftastic"]
cmd = difft "$LOCAL" "$REMOTE"
cmd = difft "$LOCAL" "$REMOTE"
[pager]
difftool = true
difftool = true