dwm update in progress

This commit is contained in:
2023-05-09 20:21:49 +02:00
parent 61775f18e4
commit e65b5d797a
330 changed files with 26354 additions and 16 deletions

View File

@@ -4,13 +4,13 @@
$HOME/.screenlayout/main.sh
# start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
# shellcheck source=/dev/null
[ -x "$f" ] && . "$f"
done
unset f
fi
# if [ -d /etc/X11/xinit/xinitrc.d ] ; then
# for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
# # shellcheck source=/dev/null
# [ -x "$f" ] && . "$f"
# done
# unset f
# fi
xset -b # disable bell
@@ -49,9 +49,9 @@ xset fp rehash &
fc-cache -fv &
# powersaving options
# xset s off &
# xset s noblank &
# xset s noexpose &
xset s off &
xset s noblank &
xset s noexpose &
xset c on &
xset -dpms &
xset s 900 &
@@ -99,5 +99,9 @@ hash dockd && dockd --daemon &
# status bar
$HOME/.dwm/bar.sh &
# dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
# . /etc/X11/Xsession
# start dwm
exec dwm