X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=subdir_files%2F.xmonad%2Fxmonad.hs;h=12423d106f2df2a2b86ed432751d1d27711bb494;hb=cef466a1c6b827f3a789ebedb5db575fca2e450b;hp=b9c9e64a44516ef0a8642fc22ee9c6306ba7ea98;hpb=c1979b833e441369c17aba26cbc1fa7af9b30002;p=distro-setup diff --git a/subdir_files/.xmonad/xmonad.hs b/subdir_files/.xmonad/xmonad.hs index b9c9e64..12423d1 100644 --- a/subdir_files/.xmonad/xmonad.hs +++ b/subdir_files/.xmonad/xmonad.hs @@ -101,7 +101,9 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $ , ((modm , xK_Home ), sendMessage ToggleStruts) -- disabled default of cycling windows. instead use traditional stack based alt-tab behavior - , ((modm, xK_g ), cycleRecentWindows [xK_Super_L,xK_Super_R] xK_g xK_Tab) +-- todo, this locks up everytyhing, and the only thing that works is +-- futher cycle key presses until i restart X + -- , ((modm, xK_g ), cycleRecentWindows [xK_Super_L,xK_Super_R] xK_g xK_Tab) -- close focused window , ((modm , xK_c ), kill) @@ -111,10 +113,6 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $ , ((modm, xK_b ), setLayout $ XMonad.layoutHook conf) --- todo, this is broken. not sure what it is supposed to do - , ((modm, xK_Tab ), cycleRecentWindows [xK_Super_L] xK_g xK_Tab) - - -- todo, make the pointer follow the window for these -- fedora's order