Giter Site home page Giter Site logo

hiwiwi's Introduction

Introduction

hiwiwi is a custom desktop environment made for use on a ThinkPad T550 20CJS01P00 with Arch Linux.

Concept:

  • System is controlled via the command line.

  • Easy to grasp UI, clearly laid out: Everything is visible all the time in a classic windowing system.

  • Good visibility on a high DPI screen: 2880×1620 px at 192 DPI

    Note that the actual resultion of the screen at 213 DPI is higher. However, just doubling 96 DPI has been reported to give crisper font rendering results, and possibly it make GUIs designed for 96 DPI look better.

  • Vertical screen real estate is for content.

It may be interesting to make the system adapt to different screen resolutions.

Screenshots

Pristine desktop

Annotated screenshot

  1. Virtual desktops with current desktop highlighted in green. (FvwmPager)

  2. Shell on each desktop, on the lowest layer. (urxvt)

  3. Tray icons. (Stalonetray)

  4. Keyboard layout switcher. (xxkb)

  5. Notifications. (dunst)

Populated desktop

Annotated screenshot

  1. The first application window opens without decorations, taking up available space. (FVWM)

  2. Additional application windows open on a layer above. Windows can only be resized and closed, not maximized nor iconified. Shadow rendered by compositor. (compton)

Installation

Steps:

  1. Clone to: ~/.hiwiwi

  2. Link dot files to their respective places below $HOME, or include them from other files.

  3. Install dependencies. Look in .xinitrc. Concerning compatibility of software, consider the age of the last modification / commit.

Known issues

  • Emacs 24.5.1 doesn’t play well with GDK scaling, set in .xinitrc. To get a usable scrollbar, see the workaround posted on 2015-04-26 WEST in the Arch Linux Forums.

Coding conventions

  • Maximum line length (where enforceable): 80 characters

  • Comments in Markdown.

Example test environment

Create a desktop for testing using VNC:

$ vncserver :0 -geometry 2880x1620 -dpi 192 -fg -xstartup ~/.xinitrc

Use x11vnc to scale down the desktop for viewing it on a lower resolution screen:

$ x11vnc -scale 1/2 -display :0 -rfbport 5901

License

Except where noted otherwise, files are licensed under the WTFPL.

Copyright © 2015–17 Felix E. Klee

This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.

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.