From b1afe2649c189f429f3847f71dc840d6a80a048a Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Mon, 15 Jul 2024 21:52:19 +0300 Subject: Added some neat changes to xinitrc and xrec as well as a start for an install script of packages and their respective configurations. Changes to be committed: modified: X11/xinit new file: install.sh modified: xrec --- X11/xinit | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'X11') diff --git a/X11/xinit b/X11/xinit index e61b147..3954a67 100755 --- a/X11/xinit +++ b/X11/xinit @@ -57,8 +57,10 @@ xautolock -time 10 -locker lock & # xautol syncthing serve --no-browser &>/dev/null & # start syncthing server eval $(dbus-launch --sh-syntax --exit-with-x11) # dbus session -dbus-run-session pipewire & # audio server +pipewire & # audio server slstatus & # statusbar -exec dbus-launch --exit-with-session dwm # window manager +~/kekful_days/kekful_days.sh & # custom script + +exec dwm # window manager -- cgit v1.2.3