configs  Check-in [72f4cc98f7]

Overview
Comment:xinitrc: Remove debug line
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 72f4cc98f747b37498e89c558e75b6a10eeb0a1827ce56952ae6f1ceaf739dda
User & Date: js on 2022-12-22 04:47:19
Other Links: manifest | tags
Context
2023-02-19
16:53
Delete sway config check-in: 866b086c6a user: js tags: trunk
2022-12-22
04:47
xinitrc: Remove debug line check-in: 72f4cc98f7 user: js tags: trunk
02:25
zshrc: Don't assume sysctl is in PATH check-in: eea6758068 user: js tags: trunk
Changes

Modified xinitrc from [6c60b0dc31] to [09de1d8a8e].

1
2
3
4
5
6
7
8
9
10
11
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



<







1
2
3

4
5
6
7
8
9
10
export LC_ALL="de_DE.UTF-8"

if [ "$(uname)" = "NetBSD" ]; then

	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