From 5af0c32ab5a070e5ee42fc1bda49c4b4cfc8b7eb Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 23 Feb 2026 15:37:08 +0300 Subject: [PATCH] Feat(.xinitrc): Remove `/usr/games` from `PATH` I used to use some xscreensaver's hacks from this directory but lost interest in them. --- .xinitrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.xinitrc b/.xinitrc index 97c72d0..bdb5a53 100644 --- a/.xinitrc +++ b/.xinitrc @@ -12,8 +12,6 @@ elif xauth list | grep -Fq -- -wifi; then xauth list | sed -e 's/^/add /' -e 's/-wifi/-eth/' | xauth fi -PATH="$PATH":/usr/games - # Set initial background xsetroot -solid DarkCyan xli -border darkcyan -center -onroot -quiet -zoom auto "`$HOME/current/projects/xsetbg/print-filename.py -e koi8-r`" -- 2.47.3