Rofi dmenu theme #1241
Answered
by
DaveDavenport
mmarco2121
asked this question in
Q&A
-
Is it possible to edit the position of rofi in the dmenu rofi theme? The anchor and location are set to north. I'd like to be able to pull it a few pixels down from the very top edge of the screen, but cannot figure out a way to do so. Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
DaveDavenport
Dec 21, 2020
Replies: 1 comment 2 replies
-
try: window {
x-offset: 12;
y-offset: 12;
} in your configuration file after importing the dmenu theme. (See manpage for these properties). |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
DaveDavenport
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try:
in your configuration file after importing the dmenu theme.
(See manpage for these properties).