diff options
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";*/ |