configs  Diff

Differences From Artifact [3b1f045783]:

To Artifact [6c60b0dc31]:




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

17
18
19


if [ "$(uname)" = "NetBSD" ]; then
	echo "EXECUTING" >/tmp/foo
	xset fp+ /usr/pkg/share/fonts/X11/misc
elif [ "$(uname)" = "OpenBSD" ]; then
	xset fp+ /usr/local/share/fonts/terminus
	xset fp+ /usr/local/share/fonts/mscorefont
	xset fp+ /usr/local/share/fonts/noto

	xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1
	xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Button" 2
	xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Axes" 7 6 5 4
fi

xmodmap "$HOME/.Xmodmap"
if type -q xidle && type -q xlock; then
	xidle -program "$(which xlock) -usefirst" -timeout 300 &

fi

exec ssh-agent ctwm -W
>
>














|
|
>



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
export LC_ALL="de_DE.UTF-8"

if [ "$(uname)" = "NetBSD" ]; then
	echo "EXECUTING" >/tmp/foo
	xset fp+ /usr/pkg/share/fonts/X11/misc
elif [ "$(uname)" = "OpenBSD" ]; then
	xset fp+ /usr/local/share/fonts/terminus
	xset fp+ /usr/local/share/fonts/mscorefont
	xset fp+ /usr/local/share/fonts/noto

	xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1
	xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Button" 2
	xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Axes" 7 6 5 4
fi

xmodmap "$HOME/.Xmodmap"

if type -q xscreensaver; then
	xscreensaver &
fi

exec ssh-agent ctwm -W