[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 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 │ # │ WINDOW RULES │
# ╰────────────────────────────────────────────────╯ # ╰────────────────────────────────────────────────╯
# ──────────────────────────────────────────────────────────────────── # ────────────────────────────────────────────────────────────────────
windowrule = float, initialTitle:^(.*)rofi(.*)
windowrule = animation fade, initialTitle:^(.*)rofi(.*)
windowrule = center, initialTitle:^(.*)rofi(.*)
windowrule = move 1450 50, title:^(.*)(Power menu)$ windowrule = move 1450 50, title:^(.*)(Power menu)$
windowrule = workspace 2, class:evince windowrule = workspace 2, class:evince
windowrule = workspace 2, title:.*(Okular).* 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"

View File

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

View File

@@ -18,8 +18,8 @@
border: 1px; border: 1px;
border-radius: 10px; border-radius: 10px;
padding: 0; padding: 0;
location: west; location: center;
anchor: west; anchor: center;
margin: 0; margin: 0;
} }

2
setup
View File

@@ -61,11 +61,9 @@ cp -r ./config/xdg-desktop-portal-termfilechooser/ ~/.config/
if [[ "$platform" == "d" ]]; then if [[ "$platform" == "d" ]]; then
echo "Running on desktop" echo "Running on desktop"
cp -f ~/.config/hypr/hyprland_desktop.conf ~/.config/hypr/hyprland.conf cp -f ~/.config/hypr/hyprland_desktop.conf ~/.config/hypr/hyprland.conf
cp -f ~/.config/rofi/config_desktop.rasi ~/.config/rofi/config.rasi
else else
echo "Running on laptop" echo "Running on laptop"
cp -f ~/.config/hypr/hyprland_laptop.conf ~/.config/hypr/hyprland.conf cp -f ~/.config/hypr/hyprland_laptop.conf ~/.config/hypr/hyprland.conf
cp -f ~/.config/rofi/config_laptop.rasi ~/.config/rofi/config.rasi
fi fi
cp -r ./config/kitty ~/.config/ cp -r ./config/kitty ~/.config/