Giter VIP home page Giter VIP logo

grout's Introduction

grout

Rust

A simple tiling window manager for Windows, written in Rust. Inspired by Budgie's Window Shuffler grid functionality.

Demo

Click for full video

Demo

Download

Usage

  • Run grout.exe or cargo run. Program will run in the background and options can be accessed by right clicking the system tray icon.
  • Activate the windowing grid with hotkey CRTL + ALT + S.
  • Increase / decrease grid rows / columns with CTRL + arrows.
  • Hovering cursor over the grid will show a preview of that zone in the window.
  • Select a window you want resized, then click on a tile in the grid. Window will resize to that zone.
  • Hold SHIFT down while hovering after a selection, zone will increase in size across all tiles. Select again to resize to larger zone.
  • Resizing can also be achieved by click-drag-release. Click & hold cursor down, drag cursor across multiple tiles and release to make selection.
  • F1 - F6 can be used to toggle between saved profiles. F1 is the default profile loaded when program is first started.

Config

# Example config file for Grout

# Margin between windows, in pixels
margins = 10

# Padding between edge of monitor and windows, in pixels
window_padding = 10

# Hotkey to activate grid. Valid modifiers are CTRL, ALT, SHIFT, WIN
hotkey = "CTRL+ALT+S"

# Hotkey to activate grid for a quick resize. Grid will automatically
# close after resize operation.
#hotkey_quick_resize = "CTRL+ALT+Q"

# Hotkey to maximize / restore the active window
#hotkey_maximize_toggle = "CTRL+ALT+X"

# Automatically launch program on startup
auto_start = false
  • A configuration file will be created at %APPDATA%\grout\config.toml that can be customized. You can also open the config file from the system tray icon.

grout's People

Contributors

tarkah avatar baysmith avatar dixn avatar gr3atwh173 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.