diff --git a/README.md b/README.md new file mode 100644 index 0000000..5f7db29 --- /dev/null +++ b/README.md @@ -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. diff --git a/sway/.config/sway/config b/sway/.config/sway/config index fdaadf3..a8298d6 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -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