mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
New keybindings for better 3-monitor movement.
This commit is contained in:
@@ -237,10 +237,10 @@ binds {
|
||||
Mod+L hotkey-overlay-title="Focus column right"{ focus-column-right; }
|
||||
|
||||
// Move columns right, down, up, left
|
||||
Mod+Shift+H { move-column-left; }
|
||||
Mod+Shift+H { move-column-left-or-to-monitor-left; }
|
||||
Mod+Shift+J { move-column-to-workspace-down; }
|
||||
Mod+Shift+K { move-column-to-workspace-up; }
|
||||
Mod+Shift+L { move-column-right; }
|
||||
Mod+Shift+L { move-column-right-or-to-monitor-right; }
|
||||
|
||||
// These are useful moving windows up/down in tabbed columns.
|
||||
// Using arrow keys because I'm running out of HJKL keybinds.
|
||||
@@ -258,16 +258,8 @@ binds {
|
||||
Mod+Ctrl+End { move-column-to-last; }
|
||||
|
||||
// Switch focus of multiple monitors
|
||||
Mod+Alt+H { focus-monitor-previous; }
|
||||
Mod+Alt+J { focus-monitor-down; }
|
||||
Mod+Alt+K { focus-monitor-up; }
|
||||
Mod+Alt+L { focus-monitor-next; }
|
||||
|
||||
// Move column to multiple monitors
|
||||
Mod+Ctrl+H { move-column-to-monitor-left; }
|
||||
Mod+Ctrl+J { move-column-to-monitor-down; }
|
||||
Mod+Ctrl+K { move-column-to-monitor-up; }
|
||||
Mod+Ctrl+L { move-column-to-monitor-right; }
|
||||
Mod+Comma { focus-monitor-previous; }
|
||||
Mod+Period { focus-monitor-next; }
|
||||
|
||||
// Not sure what these even do, so I'm keeping them.
|
||||
Mod+Ctrl+U { move-workspace-down; }
|
||||
@@ -324,8 +316,8 @@ binds {
|
||||
// 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 already in a column, they will expel it out.
|
||||
Mod+Comma { consume-or-expel-window-left; }
|
||||
Mod+Period { consume-or-expel-window-right; }
|
||||
Mod+Alt+H { consume-or-expel-window-left; }
|
||||
Mod+Alt+L { consume-or-expel-window-right; }
|
||||
|
||||
// Consume one window from the right to the bottom of the focused column.
|
||||
Mod+BracketLeft { consume-window-into-column; }
|
||||
|
||||
@@ -24,7 +24,7 @@ sky https://www.skysilk.com/
|
||||
sp file:///home/dt/.surf/html/homepage.html
|
||||
suck https://suckless.org/
|
||||
tee https://teespring.com/stores/distrotube
|
||||
tt https://www.tastytrade.com/
|
||||
tt https://my.tastytrade.com/app.html#/trading/chart
|
||||
tw https://trade.tastyworks.com/
|
||||
ub https://www.urbandictionary.com/
|
||||
wiki https://www.wikipedia.org/
|
||||
|
||||
Reference in New Issue
Block a user