mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
Major edits to XMonad/Emacs in prep for DT's OS!
This commit is contained in:
@@ -164,12 +164,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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user