Add docs for keybindings

This commit is contained in:
Daniel Siepmann 2023-02-02 07:36:38 +01:00
parent b1c8090b58
commit 8d62c7cc9d
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -1,5 +1,7 @@
{ config, pkgs, ownLib }:
# Use `xbindkeys --key` to find key name, see: https://wiki.archlinux.org/title/Xbindkeys
let
modifier = config.xsession.windowManager.i3.config.modifier;