Skip to content

Remember client location when switching between floating, tiling and maximized

License

Notifications You must be signed in to change notification settings

basaran/awesome-remember-geometry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

awesome-remember-geometry

A awesome wm plugin that stores client geometry information when switching between floating and tiling, maximized and fullscreen and other scenarios.

Installation

Clone the repo into your $XDG_CONFIG_HOME/awesome directory and add the dependency to your rc.lua.

require("awesome-remember-geometry")

Configuration

If you would like to map a key to maximize a client you should emit the new maximize signal on it

awful.key({ modkey, }, "Up", function (c)
	c:emit_signal("maximize")
end)

License

See LICENSE.

About

Remember client location when switching between floating, tiling and maximized

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%