xnomad & zshrc
This commit is contained in:
parent
7cec58210a
commit
8dfa868c2f
2 changed files with 80 additions and 0 deletions
20
xnomad
Normal file
20
xnomad
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"Ratio": 0.7,
|
||||
"WindowsInMaster": 1,
|
||||
"Hotkeys": {
|
||||
"Swap": { "key": "s", "modifiers": [ "option", "control" ] },
|
||||
"SelectPrev": { "key": "j", "modifiers": [ "option", "control" ] },
|
||||
"SelectNext": { "key": "k", "modifiers": [ "option", "control" ] },
|
||||
"SwapPrev": { "key": "j", "modifiers": [ "option", "control", "command" ] },
|
||||
"SwapNext": { "key": "k", "modifiers": [ "option", "control", "command" ] },
|
||||
"FocusDisplay1": { "key": "e", "modifiers": [ "option", "control" ] },
|
||||
"FocusDisplay2": { "key": "w", "modifiers": [ "option", "control" ] },
|
||||
"ToDisplay1": { "key": "e", "modifiers": [ "option", "control", "command" ] },
|
||||
"ToDisplay2": { "key": "w", "modifiers": [ "option", "control", "command" ] },
|
||||
"CycleLayouts": { "key": " ", "modifiers": [ "option", "control", "command" ] },
|
||||
"IncreaseRatio": { "key": "l", "modifiers": [ "option", "control" ] },
|
||||
"DecreaseRatio": { "key": "h", "modifiers": [ "option", "control" ] },
|
||||
"MoreMasters": { "key": ".", "modifiers": [ "option", "control" ] },
|
||||
"FewerMasters": { "key": ",", "modifiers": [ "option", "control" ] }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue