diff options
author | jeschli <jeschli@gmail.com> | 2019-01-29 19:52:14 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2019-01-29 19:52:14 +0100 |
commit | 29a1214033a2a67b4f00263c2b86d04002838405 (patch) | |
tree | 02db5408b886d66bd4ec37d8c713c0d7863a4afa | |
parent | ea0253b9ad9625e935a1d52e6d5b5ddf4eca778d (diff) |
xmonad-jeschli: remove obsolete shortkey
-rw-r--r-- | jeschli/5pkgs/simple/xmonad-jeschli/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jeschli/5pkgs/simple/xmonad-jeschli/default.nix b/jeschli/5pkgs/simple/xmonad-jeschli/default.nix index 9fb7faa..8066984 100644 --- a/jeschli/5pkgs/simple/xmonad-jeschli/default.nix +++ b/jeschli/5pkgs/simple/xmonad-jeschli/default.nix @@ -151,7 +151,6 @@ myKeys conf = Map.fromList $ , ((0 , xK_Print ), gets windowset >>= allWorkspaceNames >>= pager pagerConfig (windows . W.view) ) , ((_S , xK_Print ), gets windowset >>= allWorkspaceNames >>= pager pagerConfig (windows . W.shift) ) , ((_C , xK_Print ), toggleWS) - , ((_4 , xK_Print ), rhombus horseConfig (liftIO . hPutStrLn stderr) ["Correct", "Horse", "Battery", "Staple", "Stuhl", "Tisch"] ) -- %! Rotate through the available layout algorithms , ((_4 , xK_space ), sendMessage NextLayout) |