aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi-pass/config
blob: 307ad596538a23e129aa9548f752f2aa9139ceb6 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
USERNAME_field='path'
_rofi() {
	rofi \
		-i \
		-no-auto-select \
		-p 'pass' \
		-config "$XDG_CONFIG_HOME/rofi-pass/rofi.rasi" \
		"$@"
}