diff options
author | Person <you@example.com> | 2024-09-08 18:54:19 -0500 |
---|---|---|
committer | Person <you@example.com> | 2024-09-08 18:54:19 -0500 |
commit | 3f3d301e65688d55982b6ae0fada1e5a18feac0c (patch) | |
tree | 36f9dfdb6ecaeb69656eb4212bc6384be25cf169 /.config/x11 | |
parent | 42480276ec5abfe119dcae53c5233daecb833357 (diff) |
Diffstat (limited to '.config/x11')
-rwxr-xr-x | .config/x11/xinitrc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 655699b..70a2e08 100755 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -31,7 +31,7 @@ xrdb ~/.config/x11/xresources #pactl unload-module module-remap-sink -# remind me of tasks for today +# remind of tasks for today notify-send "Calendar Events for today: " " $(calcurse -a)" @@ -47,9 +47,9 @@ picom --config $HOME/.config/picom/config & pipewire & sh /home/user/.local/bin/mono.sh [ ! -s ~/.config/mpd/pid ] && mpd & -transmission-daemon & -syncthing -no-browser & +#transmission-daemon & kdeconnectd & +syncthing -no-browser & # Launch Window Manager. @@ -57,8 +57,9 @@ xsetroot -name "Loading dwmblocks..." dwmblocks || xsetroot -name "dwmblocks fail" & exec dbus-launch --exit-with-session dwm -#mmaker -vf OpenBox3 +#jmmaker -vf OpenBox3 #exec openbox -#play ~/media_files/audio/startup_sounds/white_noise_1sec.mp3 & +#exec kodi +#play ~/media_files/audio/startup_sounds/white_noise_1sec.mp3 & |