dotfiles

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

commit 0f399c11cbccea1f72ff0f24b4b8c1e0530a58ae
parent eb8d8c4c422905a78831f3881024dd2fe342460c
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed,  3 Jun 2020 20:07:57 +0100

uncomment hide keybinding

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

diff --git a/2bwm/config.h b/2bwm/config.h @@ -189,7 +189,7 @@ static key keys[] = { { MOD |SHIFT , XK_v, sendtonextworkspace,{}}, { MOD |SHIFT , XK_c, sendtoprevworkspace,{}}, // Iconify the window - //{ MOD , XK_i, hide, {}}, + { MOD , XK_i, hide, {}}, // Make the window unkillable { MOD , XK_a, unkillable, {}}, // Make the window appear always on top