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:
parent
c97a1cc43a
commit
ffdba5c543
10
README.md
Normal file
10
README.md
Normal 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.
|
@ -212,7 +212,7 @@ mode "resize" {
|
|||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
}
|
}
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
bindsym $mod+e exec emacsclient -c
|
bindsym $mod+e exec emacsclient -nc
|
||||||
|
|
||||||
bindsym $mod+Right workspace next
|
bindsym $mod+Right workspace next
|
||||||
bindsym $mod+Left workspace prev
|
bindsym $mod+Left workspace prev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user