From b7fcdf410bdd952dd725c9a8833b4b70139044de Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 24 Mar 2019 23:00:39 -0400 Subject: add fzf submodule, remove emacs --- emacs/.emacs.d/elpa/exwm-readme.txt | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 emacs/.emacs.d/elpa/exwm-readme.txt (limited to 'emacs/.emacs.d/elpa/exwm-readme.txt') diff --git a/emacs/.emacs.d/elpa/exwm-readme.txt b/emacs/.emacs.d/elpa/exwm-readme.txt deleted file mode 100644 index 9eb0a6f..0000000 --- a/emacs/.emacs.d/elpa/exwm-readme.txt +++ /dev/null @@ -1,35 +0,0 @@ -Overview --------- -EXWM (Emacs X Window Manager) is a full-featured tiling X window manager -for Emacs built on top of [XELB](https://github.com/ch11ng/xelb). -It features: -+ Fully keyboard-driven operations -+ Hybrid layout modes (tiling & stacking) -+ Dynamic workspace support -+ ICCCM/EWMH compliance -+ (Optional) RandR (multi-monitor) support -+ (Optional) Built-in system tray - -Installation & configuration ----------------------------- -Here are the minimal steps to get EXWM working: -1. Install XELB and EXWM, and make sure they are in `load-path'. -2. In '~/.emacs', add following lines (please modify accordingly): - - (require 'exwm) - (require 'exwm-config) - (exwm-config-default) - -3. Link or copy the file 'xinitrc' to '~/.xinitrc'. -4. Launch EXWM in a console (e.g. tty1) with - - xinit -- vt01 - -You should additionally hide the menu-bar, tool-bar, etc to increase the -usable space. Please check the wiki (https://github.com/ch11ng/exwm/wiki) -for more detailed instructions on installation, configuration, usage, etc. - -References: -+ dwm (http://dwm.suckless.org/) -+ i3 wm (https://i3wm.org/) -+ Also see references within each required library. -- cgit 1.4.1