From aff2302d113a71aee647ab71336e8d68bb844653 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sun, 10 Apr 2022 11:23:11 -0500 Subject: change rc to xprofile and add comment --- x11/rc | 6 ------ x11/xinitdwmrc | 2 +- x11/xinitrc | 4 ++-- 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 100755 x11/rc (limited to 'x11') diff --git a/x11/rc b/x11/rc deleted file mode 100755 index da27e4b..0000000 --- a/x11/rc +++ /dev/null @@ -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 -- cgit v1.2.3