Created
May 16, 2020 07:54
-
-
Save yoheioka/8fc7e9c8224e90550692e0587ab16269 to your computer and use it in GitHub Desktop.
Hacking the Caps Lock Key Part 2 config.lua
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local config = {} | |
config.modules = { | |
"arrangement", | |
"monitors", | |
"arrows", | |
"fullscreen" | |
} | |
-- Maps monitor id -> screen index. | |
config.monitors = { | |
autodiscover = true, | |
rows = 1 | |
} | |
-- Window arrangements. | |
config.arrangements = {} | |
return config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment