[Rofi] Fix positioning

This commit is contained in:
2025-09-12 11:41:21 +02:00
parent 274890281c
commit 5a1811979e
8 changed files with 6 additions and 34 deletions

View File

@@ -59,6 +59,10 @@ gestures {
workspace_swipe_forever = true
}
gesture = 3, horizontal, workspace,
gesture = 3, down, close
gesture = 3, up, fullscreen
# ────────────────────────────────────────────────────────────────────
# ╭────────────────────────────────────────────────╮

View File

@@ -19,10 +19,6 @@ $mainMod = SUPER
# │ WINDOW RULES │
# ╰────────────────────────────────────────────────╯
# ────────────────────────────────────────────────────────────────────
windowrule = float, initialTitle:^(.*)rofi(.*)
windowrule = animation fade, initialTitle:^(.*)rofi(.*)
windowrule = center, initialTitle:^(.*)rofi(.*)
windowrule = move 1450 50, title:^(.*)(Power menu)$
windowrule = workspace 2, class:evince
windowrule = workspace 2, title:.*(Okular).*

View File

@@ -1,13 +0,0 @@
/** Basic config file **/
configuration {
show-icons: true;
icon-theme: "Candy";
display-drun: "";
display-run: "🏃🏽‍♂️ ";
display-window: "🗔 ";
display-combi: "🔎 ";
dpi: 160;
}
@theme "style.rasi"