Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebth/awesome-overlap
Overlapping tiling layout for awesome window manager
https://github.com/sebth/awesome-overlap
List: awesome-overlap
Last synced: 4 months ago
JSON representation
Overlapping tiling layout for awesome window manager
- Host: GitHub
- URL: https://github.com/sebth/awesome-overlap
- Owner: sebth
- License: gpl-2.0
- Created: 2014-05-12T12:10:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-12T12:37:45.000Z (over 10 years ago)
- Last Synced: 2024-10-12T00:01:48.896Z (4 months ago)
- Language: Lua
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- awesome-awesomewm-modules-widgets-and-libraries - awesome-overlap
- awesome-awesomewm-modules-widgets-and-libraries - awesome-overlap
README
This is a layout for the window manager `awesome'. This layout arranges
windows similar to the `tile' layout, the difference being that windows
residing in the same column are overlapped instead of stacked.This layout has only been tested with awesome 3.4.
How to install
--------------First
cp overlap.lua "${XDG_CONFIG_HOME:-~/.config}"/awesome
then add the following to the top of your `rc.lua'
local overlap = require "overlap"
and add `overlap', `overlap.left', `overlap.bottom' and `overlap.top' to the
`layouts' array.To make the layout icons visible
cp -R icons "${XDG_CONFIG_HOME:-~/.config}"/awesome
and add the following to your `theme.lua'
theme.layout_overlap = awful.util.getdir("config") ..
"/icons/overlapw.png"
theme.layout_overlapleft = awful.util.getdir("config") ..
"/icons/overlapleftw.png"
theme.layout_overlapbottom = awful.util.getdir("config") ..
"/icons/overlapbottomw.png"
theme.layout_overlaptop = awful.util.getdir("config") ..
"/icons/overlaptopw.png"If you want black icons, remove the `w' from the icon filenames.
Why can't I change the master width factor with my mouse?
---------------------------------------------------------Please see .