Giter Site home page Giter Site logo

xiwm's Introduction

xiwm

This is a simple window manager I hacked together in my free time. It is based on dwm's code, but the functionality is more influenced by openbox.

Features

  • like dwm
    • extremely small (only ~1000 lines of C, roughly half of dwm)
    • supports tiling (see below for details)
    • configured by editing the source code
  • like openbox
    • reads ~/.config/xiwm/environment and ~/.config/xiwm/autostart.sh
    • supports multiple desktops (instead of dwm's tags)
    • works with external panels/bars (I use lxpanel)
  • no multi monitor support

Default key bindings

  • A-C-t launch terminal
  • W-r launch dmenu
  • A-Tab focus next window
  • A-S-Tab focus previous window
  • A-l increase left column width
  • A-h decrease left column width
  • A-F4 close window
  • A-S-q quit
  • W-F1 go to desktop 1
  • W-F2 go to desktop 2
  • W-F3 go to desktop 3
  • A-C-Right go to next desktop
  • A-C-Left go to previous desktop
  • A-S-Right move window to next desktop
  • A-S-Left move window to previous desktop
  • A-Down set window to floating mode
  • A-Up maximize window
  • A-Left move window to left column
  • A-Right move window to right column

Layout concept

With floating window managers it is simple to control where an individual window is, it is hard to control general properties such as avoiding overlap. With tiling window managers it is simple to control exactly those general properties. The flipside is that it gets much harder to position an individual window.

I usually have all my windows maximized. Just sometimes I want to position two windows side by side. This works reasonably well with floating window managers, but I wanted to see if I could improve on that.

With xiwm, all windows start out maximized. However, you can position them on the left or right. When you focus one of the positioned windows, all of them are raised.

I am not sure yet if the positioning should influence the tab order. Still experimenting.

xiwm's People

Contributors

xi avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  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.