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: |
72f4cc98f747b37498e89c558e75b6a1 |
User & Date: | js 2022-12-22 04:47:19 |
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
Changes to xinitrc.
1 2 3 | export LC_ALL="de_DE.UTF-8" if [ "$(uname)" = "NetBSD" ]; then | < | 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 |
︙ | ︙ |