diff options
| author | Kyle Javier | 2021-09-19 04:13:47 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-09-19 04:28:47 -0400 |
| commit | d683f5256fbb57b8126728b4d86850ccd8af6fd9 (patch) | |
| tree | d0594ee151abae3ef78f89988cf5ad234b98f073 /awesome/rc.lua | |
| parent | 3662c88d2562063651da45d1496ba1b9374f4570 (diff) | |
updated settings and added xfce4-power-manager on startup
Diffstat (limited to 'awesome/rc.lua')
| -rw-r--r-- | awesome/rc.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 2c17d20..3702ce9 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -66,14 +66,14 @@ 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, + awful.layout.suit.max, -- awful.layout.suit.max.fullscreen, -- awful.layout.suit.magnifier, -- awful.layout.suit.corner.nw, |
