Added README and Emacsclient changes

- Added a new `README.md`
- Emacsclient now closes gracefully with `SPC q f` - kill frame
This commit is contained in:
minhtrannhat 2021-10-09 09:16:15 -04:00
parent c97a1cc43a
commit ffdba5c543
No known key found for this signature in database
GPG Key ID: 894C6A5801E01CA9
2 changed files with 11 additions and 1 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# My dotfiles
## Installation
- Install each program at the directory root i.e: fish, git, kitty terminal...
- Install `GNU stow` a symlink manager.
- `cd` into the dotfiles directory.
- Run `stow *` to symlink all the dotfiles to their respective place.
- ???
- Profits.

View File

@ -212,7 +212,7 @@ mode "resize" {
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"
bindsym $mod+e exec emacsclient -c
bindsym $mod+e exec emacsclient -nc
bindsym $mod+Right workspace next
bindsym $mod+Left workspace prev