dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit b3e52773c83781f7ab807410051e6371ca2e0b3e
parent fd869027be5fe6132bd7ca66a85a014e4d403cb6
Author: pyratebeard <root@pyratebeard.net>
Date:   Sun, 14 Apr 2019 17:21:34 +0100

whitespace

Diffstat:
M2bwm/config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2bwm/config.h b/2bwm/config.h @@ -185,7 +185,7 @@ static key keys[] = { // Start programs { MOD , XK_w, start, {.com = menucmd}}, { MOD , XK_Return, start, {.com = terminal}}, - { MOD , XK_z, start, {.com = lock}}, + { MOD , XK_z, start, {.com = lock}}, // Exit or restart 2bwm { MOD |CONTROL, XK_q, twobwm_exit, {.i=0}}, { MOD |CONTROL, XK_r, twobwm_restart, {.i=0}},