summaryrefslogtreecommitdiff
path: root/X11
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-07-15 21:52:19 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-07-15 21:52:19 +0300
commitb1afe2649c189f429f3847f71dc840d6a80a048a (patch)
tree2a5cf754d63f9867edcc8781a21def938918010f /X11
parentdc3c38a2d3eba90470eef10c4274ed4798a57715 (diff)
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
Diffstat (limited to 'X11')
-rwxr-xr-xX11/xinit6
1 files changed, 4 insertions, 2 deletions
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