From c366da7c6406bfbb38bd4d9755739a5856fa42f3 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Sat, 1 Apr 2023 03:01:13 -0400 Subject: Create 'dotfiles/home/.xinitrc' Since I'm working toward using the same EXWM-based desktop environment on all my systems, I migth as well syncronize the '.xinitrc' between them. --- home/.xinitrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 home/.xinitrc diff --git a/home/.xinitrc b/home/.xinitrc new file mode 100644 index 0000000..e4aec78 --- /dev/null +++ b/home/.xinitrc @@ -0,0 +1,14 @@ +# Disable access control for the current user +xhost +SI:localuser:$USER + +# Make Java applications aware this is a non-reparenting window manager +export _JAVA_AWT_WM_NONREPARENTING=1 + +# Set default cursor +xsetroot -cursor_name left_ptr + +# Set keyboard repeat rate +xset r rate 200 60 + +# Start emacs +exec dbus-launch --exit-with-session emacs -- cgit v1.2.3