Skip to content
/ mosaic Public

Add window tiling facilities to your non-tiling window manager

License

Notifications You must be signed in to change notification settings

robn/mosaic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mosaic

A window tiling program. Used to add light tiling facilities to your not-tiling window manager.

quick start

Install Rust: https://rustup.rs/

Install mosaic:

$ cargo install --git https://github.com/robn/mosaic.git

Set up some keybindings. Example for Xfce:

$ xfconf-query -c xfce4-keyboard-shortcuts -p '/commands/custom/<Primary><Super>Left' -s 'mosaic --active --horiz left --vert full'
$ xfconf-query -c xfce4-keyboard-shortcuts -p '/commands/custom/<Primary><Super>Right' -s 'mosaic --active --horiz right --vert full'
$ xfconf-query -c xfce4-keyboard-shortcuts -p '/commands/custom/<Primary><Super>Up' -s 'mosaic --active --horiz current --vert top'
$ xfconf-query -c xfce4-keyboard-shortcuts -p '/commands/custom/<Primary><Super>Down' -s 'mosaic --active --horiz current --vert bottom'

About

Add window tiling facilities to your non-tiling window manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages