diff options
| author | Kyle Javier | 2021-10-01 02:52:47 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-10-01 02:52:47 -0400 |
| commit | 1955985ba52a6f3e8c4db1e109610e8ebc07716f (patch) | |
| tree | 842f215e847bebbeb937d4763ab257a34f2247b0 /awesome/rc.lua | |
| parent | 5da315a1f3944e1dbc0464f035b8bcac0d9a59a6 (diff) | |
changed keymapper settings
Diffstat (limited to 'awesome/rc.lua')
| -rw-r--r-- | awesome/rc.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 87ff974..171570c 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -82,11 +82,11 @@ awful.layout.layouts = { awful.layout.suit.tile, awful.layout.suit.floating, - --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.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, |
