mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-18 00:16:10 +01:00
dwm update in progress
This commit is contained in:
24
dwm/.xinitrc
24
dwm/.xinitrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user