diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-07-15 21:52:19 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-07-15 21:52:19 +0300 |
commit | b1afe2649c189f429f3847f71dc840d6a80a048a (patch) | |
tree | 2a5cf754d63f9867edcc8781a21def938918010f /X11/xinit | |
parent | dc3c38a2d3eba90470eef10c4274ed4798a57715 (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/xinit')
-rwxr-xr-x | X11/xinit | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |