Skip to content

Commit

Permalink
xinitrc: Update the EXWM initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
vifon committed Oct 23, 2021
1 parent 5223c52 commit cab9071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topdir/X/.xinitrc
Expand Up @@ -87,7 +87,7 @@ case $SESSION_WM in
exec xmonad
;;
emacs)
exec emacs --eval "(require 'my-exwm)"
exec emacs --eval '(vifon/exwm-activate)'
;;
*)
exec $SESSION_WM
Expand Down

0 comments on commit cab9071

Please sign in to comment.