Creating a window manager for Linux

后端 未结 8 847
囚心锁ツ
囚心锁ツ 2020-12-23 10:45

I want to create a simple stacking window manager (in C) for private use, mainly for the purpose of learning and challenging myself.

I\'ve looked throug

8条回答
  •  天命终不由人
    2020-12-23 10:58

    http://code.google.com/p/partiwm/ is an attempt to write a window manager (tiling, not stacking) from scratch, it might be useful to you to read through the code.

提交回复
热议问题