diff options
| author | Adam T. Carpenter <atc@53hor.net> | 2024-02-04 17:19:53 -0500 | 
|---|---|---|
| committer | Adam T. Carpenter <atc@53hor.net> | 2024-02-04 17:19:53 -0500 | 
| commit | 61036390fa3ebc06081d54574a3a33a18e33a184 (patch) | |
| tree | 1e7017f16c8d2d294859ae9b427bcb78880de062 /.config/rofi | |
| parent | 2ae09557fc81d668c70620ace7e2ee0670f97cef (diff) | |
| download | dotfiles-61036390fa3ebc06081d54574a3a33a18e33a184.tar.xz dotfiles-61036390fa3ebc06081d54574a3a33a18e33a184.zip | |
Diffstat (limited to '.config/rofi')
| -rw-r--r-- | .config/rofi/config.rasi | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 90b89fc..814018f 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,7 +1,7 @@  @theme "wpg"  configuration {  	modi: "combi"; -	combi-modi: "run,ssh,emoji,pass:rofi-pass.sh pass,otp:rofi-pass.sh otp"; +	combi-modi: "run,ssh,emoji,pass:~/src/scripts/rofi-pass.sh pass,otp:~/src/scripts/rofi-pass.sh otp";  	show-icons: true;  	sidebar-mode: true;  /*	font: "mono 12";*/ |