wzykubek / rofi-keepassxc

Simple keepassxc-cli frontend in rofi/dmenu.
ISC License
43 stars 7 forks source link

How to increase the width of the container? #8

Open krzkrzkrz opened 3 years ago

krzkrzkrz commented 3 years ago

At .config/rofi/config.rasi, I have:

configuration {
  modi: "window,drun,ssh,combi";
  font: "Roboto Regular 24";
  combi-modi: "window,drun,ssh";
  show-icons: true;
  width: 1800;
  padding: 20;
  /* dpi: 144; */
}

However, "container" seems to be too short. The entire UI doesnt seem to fit. Not sure if this a scaling issue.

Any suggestions would be appreciated

krzkrzkrz commented 3 years ago

2020-12-05-16:17:01