Win3wm

From wikinotes

tiling window manager for windows, inspired by i3.

Documentation

documentation https://mcyoloswagham.github.io/win3wm/config.html
github https://github.com/McYoloSwagHam/win3wm

Locations

${gitrepo}/Build/config.json config

Install

Compile

Install visualstudio 16 (2019).

vs_community.exe --passive ^
  --add Microsoft.VisualStudio.Workload.VCTools --installRecommended ^
  --add Microsoft.VisualStudio.Component.VC.CLI.Support ^
  --add Microsoft.VisualStudio.Component.Windows10SDK.19041
# start > search > x64 native tools command prompt for vs 2019

git clone  https://github.com/McYoloSwagHam/win3wm
cd win3wm
./make.bat

cd Build
./WinWM.exe  # run!

Configuration

  "set_layout_vertical" : "left",
  "set_layout_horizontal" : "right",


  "focus_left": "h",
  "focus_right": "l",
  "focus_up": "k",
  "focus_down": "j",

  "gaps_enabled": "n",