aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
blob: 569841b19503e329785a8d49a16241b274258495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
setxkbmap us -option ctrl:swapcaps

#/home/dnw/.fehbg &
#bash /home/dnw/status.sh &
pulseaudio --start

# EXWM start
# 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

# Uncomment the following block to use the exwm-xim module.
export XMODIFIERS=@im=exwm-xim
export GTK_IM_MODULE=xim
export QT_IM_MODULE=xim
export CLUTTER_IM_MODULE=xim

# required for GTK3 scrolling
export GDK_CORE_DEVICE_EVENTS=1
# Finally start Emacs

exec dbus-run-session -- emacsclient -c -a ""