diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-03-17 00:05:38 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-03-17 00:05:38 -0500 |
commit | 994d220330d772223f903c4749685f869621cdc1 (patch) | |
tree | 3883afd1a08847299f26e3116ea4fc3564650f12 /x11 | |
parent | 3d5aa2fded077a1cd5bae72fe352e5c1bceddc94 (diff) | |
download | dotconfig-994d220330d772223f903c4749685f869621cdc1.tar.xz dotconfig-994d220330d772223f903c4749685f869621cdc1.zip |
start wm regardless of xvsync exit code
Diffstat (limited to 'x11')
-rwxr-xr-x | x11/xinitrc | 2 |
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 |