From 2b1a01b3ce4e2aae4a44b11212fda3427ebdb676 Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 12 Mar 2023 23:39:59 -0500 Subject: hypr: bemenu add -i in passmenu, use dmount and st --- autostart.sh | 2 +- hypr/hyprland.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autostart.sh b/autostart.sh index 344a9e4..08502f9 100755 --- a/autostart.sh +++ b/autostart.sh @@ -24,7 +24,7 @@ if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then runifnot swayidle launch_waybar.sh "$(crcparse WC)" killandrun swaybg -i ~/background.jpg - if [ -n "$DISPLAY" ]; then + if [ "$(crcparse WC | xargs basename)" = "Hyprland" ]; then xrdb ~/.Xresources fi else diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index f1d1e1c..77ab95b 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -250,13 +250,13 @@ submap = reset #}}} #{{{ Menu bindings -bind = $mainMod, R, exec, exec j4-dmenu-desktop --dmenu="bemenu -l 10 -p \"Run:\"" +bind = $mainMod, R, exec, exec j4-dmenu-desktop --dmenu="bemenu -i -l 10 -p \"Run:\"" bind = $mainMod, D, exec, exec bemenu-run -l 15 -p "Run:" bind = $mainMod $secdMod, Q, exec, qbc bind = $mainMod $secdMod, W, exec, GTK_THEME="Plata-Noir-Compact" lwc bind = $mainMod $secdMod, E, exec, GTK_THEME="Plata-Noir-Compact" ffc bind = $mainMod $secdMod, 1, exec, bm -bind = $mainMod $secdMod, comma, exec, dmenumount +bind = $mainMod $secdMod, comma, exec, dmount bind = $mainMod $secdMod, period, exec, dmenuumount bind = $mainMod $secdMod CONTROL, U, exec, dmenuunicode bind = $mainMod $secdMod, U, exec, mprisctl @@ -265,7 +265,7 @@ bind = $mainMod $secdMod, P, exec, passmenu #{{{ Misc bindings bind = $mainMod, Return, exec, st -bind = $mainMod $secdMod, F, exec, foot lf +bind = $mainMod $secdMod, F, exec, st -e lf bind = $mainMod, W, exec, waytoggle bind = $mainMod, Q, exec, loginctl lock-session bind = $mainMod SHIFT, G, exec, get-app-id -- cgit v1.2.3