aboutsummaryrefslogtreecommitdiff
path: root/config.dot/awesome.link/variables.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.dot/awesome.link/variables.lua')
-rw-r--r--config.dot/awesome.link/variables.lua18
1 files changed, 0 insertions, 18 deletions
diff --git a/config.dot/awesome.link/variables.lua b/config.dot/awesome.link/variables.lua
index 411940b..615f6f0 100644
--- a/config.dot/awesome.link/variables.lua
+++ b/config.dot/awesome.link/variables.lua
@@ -10,21 +10,3 @@ editor_cmd = terminal .. " " .. editor
-- I suggest you to remap Mod4 to another key using xmodmap or other tools.
-- However, you can use another modifier like Mod1, but it may interact with others.
modkey = "Mod4"
-
--- Table of layouts to cover with awful.layout.inc, order matters.
-layouts =
-{
- awful.layout.suit.max,
- awful.layout.suit.floating,
- awful.layout.suit.tile,
- awful.layout.suit.tile.left,
- awful.layout.suit.tile.bottom,
- awful.layout.suit.tile.top,
- --awful.layout.suit.fair,
- --awful.layout.suit.fair.horizontal,
- --awful.layout.suit.spiral,
- --awful.layout.suit.spiral.dwindle,
- --awful.layout.suit.max.fullscreen,
- --awful.layout.suit.magnifier
-}
--- }}}