diff options
author | zachir <zachir@librem.one> | 2023-03-12 23:39:59 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-03-12 23:39:59 -0500 |
commit | 2b1a01b3ce4e2aae4a44b11212fda3427ebdb676 (patch) | |
tree | 5c367d72474f7b60179f5f538df2a120e216ad7c | |
parent | 772a0b59ade443af0b1aa99dbc6f003f87459024 (diff) |
hypr: bemenu add -i in passmenu, use dmount and st
-rwxr-xr-x | autostart.sh | 2 | ||||
-rw-r--r-- | 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 |