diff options
| -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 | 
