Advertisement
Guest User

Untitled

a guest
May 22nd, 2023
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # Make Java applications aware this is a non-reparenting window manager.
  2. export _JAVA_AWT_WM_NONREPARENTING=1
  3.  
  4. # Set default cursor.
  5. xsetroot -cursor_name left_ptr
  6.  
  7. # Set keyboard repeat rate.
  8. #xset r rate 200 60
  9.  
  10. # Uncomment the following block to use the exwm-xim module.
  11. export XMODIFIERS=@im=exwm-xim
  12. export GTK_IM_MODULE=xim
  13. export QT_IM_MODULE=xim
  14. export CLUTTER_IM_MODULE=xim
  15.  
  16. # Finally start Emacs
  17. exec emacsclient -a "" -c
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement