aboutsummaryrefslogtreecommitdiff
path: root/xinitrc
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-06-04 23:18:13 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-06-04 23:18:13 -0400
commit0de6b5dfb574ddf3293174ca52099fd567a35e96 (patch)
tree4efd0152de3d9acb41d753c4bfc049d5f7d805be /xinitrc
parentFix window management keybinds for EXWM (diff)
downloadmmosmacs-0de6b5dfb574ddf3293174ca52099fd567a35e96.tar.gz
mmosmacs-0de6b5dfb574ddf3293174ca52099fd567a35e96.tar.bz2
mmosmacs-0de6b5dfb574ddf3293174ca52099fd567a35e96.zip
Rename `xinitrc` to `.xinitrc`
Diffstat (limited to 'xinitrc')
-rw-r--r--xinitrc18
1 files changed, 0 insertions, 18 deletions
diff --git a/xinitrc b/xinitrc
deleted file mode 100644
index 795714b..0000000
--- a/xinitrc
+++ /dev/null
@@ -1,18 +0,0 @@
1# .xinitrc for MMOSMacs
2# This script is executed when running the `startx` command.
3
4
5# Make Java applications aware this is a non-reparenting window manager
6export _JAVA_AWT_WM_NONREPARENTING=1
7
8
9# Set default cursor
10xsetroot -cursor_name left_ptr
11
12
13# Set keyboard repeat rate
14xset r rate 200 60
15
16
17# Start emacs
18exec dbus-launch --exit-with-session emacs