kranewm

An ICCCM & EWMH compliant X11 reparenting, dynamic window manager, written in C++
git clone git clone git://git.deurzen.net/kranewm.git
Log | Files | Refs | LICENSE

commit aed7f1d35df7b67d2e83e621e6d0cef2509d2889
parent ee9c093eec7977a1de5d151c840a063a62022a37
Author: deurzen <m.deurzen@tum.de>
Date:   Sat,  4 Sep 2021 07:20:28 +0200

adds program bindings

Diffstat:
Msrc/core/model.cc | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/core/model.cc b/src/core/model.cc @@ -561,6 +561,12 @@ Model::Model(Connection& conn) { { Key::Return, { Main, Shift } }, CALL(spawn_external("st -n " + WM_NAME + ":cf")) }, + { { Key::SemiColon, { Main } }, + CALL_EXTERNAL(caja) + }, + { { Key::A, { Main } }, + CALL_EXTERNAL(skippy-xd) + }, { { Key::P, { Main } }, CALL_EXTERNAL(dmenu_run) },