AutoYADM commit: 2025-04-01 12:50:17
This commit is contained in:
parent
05beac0039
commit
122bced43d
2 changed files with 19 additions and 9 deletions
|
@ -630,18 +630,18 @@ binds {
|
||||||
// The following binds move the focused window in and out of a column.
|
// The following binds move the focused window in and out of a column.
|
||||||
// If the window is alone, they will consume it into the nearby column to the side.
|
// If the window is alone, they will consume it into the nearby column to the side.
|
||||||
// If the window is already in a column, they will expel it out.
|
// If the window is already in a column, they will expel it out.
|
||||||
Mod+BracketLeft {
|
Mod+Alt+C {
|
||||||
consume-or-expel-window-left
|
consume-or-expel-window-left
|
||||||
}
|
}
|
||||||
Mod+BracketRight {
|
Mod+Alt+D {
|
||||||
consume-or-expel-window-right
|
consume-or-expel-window-right
|
||||||
}
|
}
|
||||||
// Consume one window from the right to the bottom of the focused column.
|
// Consume one window from the right to the bottom of the focused column.
|
||||||
Mod+BraceLeft {
|
Mod+Alt+F {
|
||||||
consume-window-into-column
|
consume-window-into-column
|
||||||
}
|
}
|
||||||
// Expel the bottom window from the focused column to the right.
|
// Expel the bottom window from the focused column to the right.
|
||||||
Mod+BraceRight {
|
Mod+Alt+P {
|
||||||
expel-window-from-column
|
expel-window-from-column
|
||||||
}
|
}
|
||||||
Mod+R {
|
Mod+R {
|
||||||
|
|
20
README.md
20
README.md
|
@ -8,19 +8,29 @@ The root of this repo is equivalent to my $HOME directory.
|
||||||
|
|
||||||
## Note on this repository
|
## Note on this repository
|
||||||
|
|
||||||
I use this repository to sync and backup my dotfiles. This is done automatically on a timer. Therefore, these configs are:
|
I use this repository to sync and backup my dotfiles. This is done automatically
|
||||||
|
on a timer. Therefore, these configs are:
|
||||||
|
|
||||||
- Always up-to-date.
|
- Always up-to-date.
|
||||||
- Potentially broken on any given commit.
|
- Potentially broken on any given commit.
|
||||||
|
|
||||||
## Note On Keybindings
|
## Note On Keybindings
|
||||||
|
|
||||||
A note on keybindings: I use Colemak-DH, which is a non-qwerty keyboard layout. I use either `MNEI` or the arrow keys (which is a mod key + `MNEI` on my keyboard) for navigation, depending on a few different factors.
|
A note on keybindings: I use Colemak-DH, which is a non-qwerty keyboard layout.
|
||||||
|
I use either `MNEI` or the arrow keys (which is a mod key + `MNEI` on my
|
||||||
|
keyboard) for navigation, depending on a few different factors.
|
||||||
|
|
||||||
If `MNEI` conflicts with any defaults that would be far too finicky to remap, I just use the arrow keys. Otherwise, I bind `MNEI` to navigation.
|
If `MNEI` conflicts with any defaults that would be far too finicky to remap, I
|
||||||
|
just use the arrow keys. Otherwise, I bind `MNEI` to navigation.
|
||||||
|
|
||||||
### Management
|
### Management
|
||||||
|
|
||||||
Currently I'm using `yadm` to manage these dotfiles. I have tried some other solutions like `chezmoi` and `stow`, but this one has stuck for me. I highly recommend it. I use [AutoYADM](https://github.com/ficcdaf/autoyadm) to automate committing and pushing my changes.
|
Currently I'm using `yadm` to manage these dotfiles. I have tried some other
|
||||||
|
solutions like `chezmoi` and `stow`, but this one has stuck for me. I highly
|
||||||
|
recommend it. I use [AutoYADM](https://github.com/ficcdaf/autoyadm) to automate
|
||||||
|
committing and pushing my changes.
|
||||||
|
|
||||||
If you see a file with a weird name, like `config##hostname.dbox`, it's leveraging `yadm`'s alternate files feature; the program will automatically symlink that file to its appropriate destination depending on which computer it's on.
|
If you see a file with a weird name, like `config##hostname.dbox`, it's
|
||||||
|
leveraging `yadm`'s alternate files feature; the program will automatically
|
||||||
|
symlink that file to its appropriate destination depending on which computer
|
||||||
|
it's on.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue