wzykubek / rofi-keepassxc

Simple keepassxc-cli frontend in rofi/dmenu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to increase the width of the container?

krzkrzkrz opened this issue · comments

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