Major edits to XMonad/Emacs in prep for DT's OS!

This commit is contained in:
Derek Taylor
2021-04-19 15:04:37 -05:00
parent a52c88da3f
commit f6fc3384d1
6 changed files with 138 additions and 139 deletions

View File

@@ -76,12 +76,12 @@ keys = [
desc='Move down a section in treetab'
),
### Window controls
Key([mod], "k",
lazy.layout.up(),
desc='Move focus down in current stack pane'
),
Key([mod], "j",
lazy.layout.down(),
desc='Move focus down in current stack pane'
),
Key([mod], "k",
lazy.layout.up(),
desc='Move focus up in current stack pane'
),
Key([mod, "shift"], "j",