aboutsummaryrefslogtreecommitdiff
path: root/config.dot/awesome.link/variables.lua
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-07-12 15:45:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-07-12 15:45:45 -0300
commite5b5be048c087e04bd504d4c13a48317d7a45915 (patch)
treeb18e8b9e75c148fc4a353b5b1da15ca849a8ddc6 /config.dot/awesome.link/variables.lua
parent1d37c3c4cfd5c554ea018c9ff38ab4f4e9f3dae8 (diff)
downloadawesome-e5b5be048c087e04bd504d4c13a48317d7a45915.tar.gz
awesome-e5b5be048c087e04bd504d4c13a48317d7a45915.tar.bz2
Refactor for 4.x compatibility
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
-}
--- }}}