citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit ae4a410724000e0ea444db81eac54b063f3e6088
parent f6cabe2d49fc8348d996884a40383fc68c6d64e4
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 26 Jan 2021 13:50:45 -0800

xmonad: change mirror key

Diffstat:
Mdotfiles/.xmonad/xmonad.hs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dotfiles/.xmonad/xmonad.hs b/dotfiles/.xmonad/xmonad.hs @@ -242,7 +242,7 @@ myKeys theme = [ , ("M-d", toggleWS) , ("M-f", toggleFull theme) , ("M-c", toggleCenter) - , ("M-m", toggleMirror) + , ("M-b", toggleMirror) , ("M-g", toggleGaps) -- , ("M-r", toggleFull) , ("M-v", sendKey shiftMask xK_Insert)