๐Ÿ“ฆ Dregu / wallace

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/Dregu/wallace.git
HTTPS git clone https://github.com/Dregu/wallace.git
SSH git clone git@github.com:Dregu/wallace.git
CLI gh repo clone Dregu/wallace
Dregu Dregu handle touch better bd09004 2 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“„ .clang-format
๐Ÿ“„ CMakeLists.txt
๐Ÿ“„ main.cpp
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Wallace

Simple Wayland gtk4-layer-shell clone of Gromit-MPX.

Usage

  • GSK_RENDERER=cairo wallace starts faster?
  • pkill -SIGUSR1 wallace: toggle bottom/overlay layer
  • pkill -SIGUSR2 wallace: toggle drawing/passthrough mode
  • Mouse Left: draw stuff
  • Mouse Right: eraser
  • Mouse Middle: clear current monitor
  • Mouse Wheel: change color
  • Escape: exit

Build

cmake -GNinja -DCMAKE_BUILD_TYPE=Release -Bbuild
cmake --build build --config Release