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 | |
parent | 5c70a39157f55f5a1c4a946c33da3d35d49e0d56 (diff) | |
download | dotconfig-aff2302d113a71aee647ab71336e8d68bb844653.tar.xz dotconfig-aff2302d113a71aee647ab71336e8d68bb844653.zip |
change rc to xprofile and add comment
-rwxr-xr-x | x11/rc | 6 | ||||
-rwxr-xr-x | x11/xinitdwmrc | 2 | ||||
-rwxr-xr-x | x11/xinitrc | 4 |
3 files changed, 3 insertions, 9 deletions
@@ -1,6 +0,0 @@ -#!/bin/sh -host=`hostname` && [ -f ~/.config/x11/Xresources.$host ] && xrdb -merge -I$HOME ~/.config/x11/Xresources.$host & -seasonalwallpaper & -xkeyconf & -unclutter -noevents & -redshift & diff --git a/x11/xinitdwmrc b/x11/xinitdwmrc index 3070f8a..98e2a78 100755 --- a/x11/xinitdwmrc +++ b/x11/xinitdwmrc @@ -1,3 +1,3 @@ #!/bin/sh -/home/timmy/.config/x11/rc +/home/timmy/.config/x11/xprofile exec dwm 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 |