Skip to content

Instantly share code, notes, and snippets.

@yoheioka
Created May 16, 2020 07:54
Show Gist options
  • Save yoheioka/8fc7e9c8224e90550692e0587ab16269 to your computer and use it in GitHub Desktop.
Save yoheioka/8fc7e9c8224e90550692e0587ab16269 to your computer and use it in GitHub Desktop.
Hacking the Caps Lock Key Part 2 config.lua
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