commit 2b1fd08e8921697f10a7d8859b8b3c9994af69b1
parent c8c48a113265657b0d393b731d54e74cf22bdb3a
Author: dwrz <dwrz@dwrz.net>
Date: Wed, 5 Jun 2024 01:43:26 +0000
Update xinitrc
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/X11/xinitrc b/X11/xinitrc
@@ -17,10 +17,6 @@ if [ -f "$user_resources" ]; then
xrdb -merge "$user_resources"
fi
-if [ -f "$user_modmap" ]; then
- xmodmap "$user_modmap"
-fi
-
systemctl --user import-environment DISPLAY PATH XAUTHORITY
if command -v dbus-update-activation-environment >/dev/null 2>&1; then