diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-04-24 17:56:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 17:56:00 -0400 |
commit | 8a82a11eff3d4254eb9e312e669d52806663bc6b (patch) | |
tree | 52c78a7e03c9e5573863e1b60a106a112ecc3f93 /xinitrc | |
parent | PR #11: Merge `rfc/9/improve-editor` branch to `stable` branch (diff) | |
parent | Add installation instructions to the README (diff) | |
download | mmosmacs-8a82a11eff3d4254eb9e312e669d52806663bc6b.tar.gz mmosmacs-8a82a11eff3d4254eb9e312e669d52806663bc6b.tar.bz2 mmosmacs-8a82a11eff3d4254eb9e312e669d52806663bc6b.zip |
PR #13: Merge `rfc/8/exwm` branch to `stable` branch
Diffstat (limited to 'xinitrc')
-rw-r--r-- | xinitrc | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ | |||
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 | ||
6 | export _JAVA_AWT_WM_NONREPARENTING=1 | ||
7 | |||
8 | |||
9 | # Set default cursor | ||
10 | xsetroot -cursor_name left_ptr | ||
11 | |||
12 | |||
13 | # Set keyboard repeat rate | ||
14 | xset r rate 200 60 | ||
15 | |||
16 | |||
17 | # Start emacs | ||
18 | exec dbus-launch --exit-with-session emacs | ||