Ion (based on PWM) is a new kind of window manager that brings a text-editorish, keyboard friendly user interface to window management. Modern GUIs are unusable. Overlapping windows are hard to manage, especially from the keyboard, and the user often ends up in a jungle. Not to mention the application programs, which are even worse. Mouse-based search-and-click interfaces are slow - keyboard is fast having learnt the commands. Ion (the last three letters of vision =-) was written as an example and an experiment of something presumably better (just the window manager, though). Ion simply divides the screen into frames that take the whole screen. Big displays have so much space that this is convenient and smaller displays couldn't show more than one window at a time anyway. The frames can be split and growing the size of one will shrink others. Alike in PWM, clients can be moved between frames and multiple clients can be attached to one frame. With Ion you will hardly ever have to touch the mouse again for navigation between windows and the windows are always in order. WWW: http://modeemi.cs.tut.fi/~tuomov/ion/ lassic DEXON full node (https://github.com/dexon-foundation/dexon)
aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/gdex/main.go
Commit message (Expand)AuthorAgeFilesLines
* dex: properly start and stop the block proposer module (#264)Wei-Ning Huang2019-04-091-3/+0
* dex: implement recovery mechanism (#258)Wei-Ning Huang2019-04-091-0/+1
* params: add Yilan network (#207)Mission Liao2019-04-091-0/+1
* params: write dMoment into ChainConfig (#150)Wei-Ning Huang2019-04-091-1/+0
* Indexer plugin extension and custom flags support (#117)Meng-Ying Yang2019-04-091-0/+1
* indexer: support data exporting/forwarding (#103)Meng-Ying Yang2019-04-091-0/+2
* dex, cmd: Add DMoment to command line (#87)Jimmy Hu2019-04-091-0/+1
* core: add Taipei testnet (#47)Wei-Ning Huang2019-04-091-0/+1
* test: start a separate RPC node for testing block syncWei-Ning Huang2019-04-091-2/+2