summaryrefslogtreecommitdiff
path: root/autostart.sh
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-03-12 23:39:59 -0500
committerzachir <zachir@librem.one>2023-03-12 23:39:59 -0500
commit2b1a01b3ce4e2aae4a44b11212fda3427ebdb676 (patch)
tree5c367d72474f7b60179f5f538df2a120e216ad7c /autostart.sh
parent772a0b59ade443af0b1aa99dbc6f003f87459024 (diff)
hypr: bemenu add -i in passmenu, use dmount and st
Diffstat (limited to 'autostart.sh')
-rwxr-xr-xautostart.sh2
1 files changed, 1 insertions, 1 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