Replies: 1 comment
-
The only solution I can come up with is fixing the height of the window and enable expand on the 'imagebox' widget. window {
height: 600px;
}
imagebox {
expand: true;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The issue seems to be that since I execute with the -dmenu arg it gets rid of the mode-switcher buttons which are situated on top of my background picture, which also push it down. When this happens a lot of the picture get's cut off. I'm wondering what I can do here to fix this issue when there's an absence of the buttons.
In most cases this config was working for me, but I'm trying to get clipboard setup with my rofi and it interacts with it differently than I planned for.
Beta Was this translation helpful? Give feedback.
All reactions