summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2022-03-17 00:05:38 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2022-03-17 00:05:38 -0500
commit994d220330d772223f903c4749685f869621cdc1 (patch)
tree3883afd1a08847299f26e3116ea4fc3564650f12
parent3d5aa2fded077a1cd5bae72fe352e5c1bceddc94 (diff)
downloaddotconfig-994d220330d772223f903c4749685f869621cdc1.tar.xz
dotconfig-994d220330d772223f903c4749685f869621cdc1.zip
start wm regardless of xvsync exit code
-rwxr-xr-xx11/xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xinitrc b/x11/xinitrc
index edc9dbe..d147eb6 100755
--- a/x11/xinitrc
+++ b/x11/xinitrc
@@ -1,3 +1,3 @@
#!/bin/sh
/home/timmy/.config/x11/rc &
-xvsync && exec dbus-launch --exit-with-session timmywm
+xvsync; exec dbus-launch --exit-with-session timmywm