aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-01 03:01:13 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-01 03:01:13 -0400
commitc366da7c6406bfbb38bd4d9755739a5856fa42f3 (patch)
tree1f2fa2ec2f2934c236f7175258267254704a685e /home
parentMake the 'SSH' label in '$PS1' more visible (diff)
downloaddotfiles.old-c366da7c6406bfbb38bd4d9755739a5856fa42f3.tar.gz
dotfiles.old-c366da7c6406bfbb38bd4d9755739a5856fa42f3.tar.bz2
dotfiles.old-c366da7c6406bfbb38bd4d9755739a5856fa42f3.zip
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.
Diffstat (limited to 'home')
-rw-r--r--home/.xinitrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/home/.xinitrc b/home/.xinitrc
new file mode 100644
index 0000000..e4aec78
--- /dev/null
+++ b/home/.xinitrc
@@ -0,0 +1,14 @@
1# Disable access control for the current user
2xhost +SI:localuser:$USER
3
4# Make Java applications aware this is a non-reparenting window manager
5export _JAVA_AWT_WM_NONREPARENTING=1
6
7# Set default cursor
8xsetroot -cursor_name left_ptr
9
10# Set keyboard repeat rate
11xset r rate 200 60
12
13# Start emacs
14exec dbus-launch --exit-with-session emacs