diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-04-10 11:23:11 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-04-10 11:23:11 -0500 |
commit | aff2302d113a71aee647ab71336e8d68bb844653 (patch) | |
tree | c3c42c3be48bc0512d10407bd4571736552db459 /x11/xinitrc | |
parent | 5c70a39157f55f5a1c4a946c33da3d35d49e0d56 (diff) | |
download | dotconfig-aff2302d113a71aee647ab71336e8d68bb844653.tar.xz dotconfig-aff2302d113a71aee647ab71336e8d68bb844653.zip |
change rc to xprofile and add comment
Diffstat (limited to 'x11/xinitrc')
-rwxr-xr-x | x11/xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xinitrc b/x11/xinitrc index d147eb6..3cf1d90 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 +/home/timmy/.config/x11/xprofile +exec dbus-launch --exit-with-session timmywm |