summaryrefslogtreecommitdiffstats
path: root/jeschli
diff options
context:
space:
mode:
authorjeschli <jeschli@gmail.com>2019-01-29 19:52:14 +0100
committerjeschli <jeschli@gmail.com>2019-01-29 19:52:14 +0100
commitcc99cd82a11e129aa202d159b5fa9135684ff0f7 (patch)
tree3e9a3005d4ddf3dbc7f81a2920928e162596d634 /jeschli
parent9e6b0983669e0adc69a8391d6ebfe2266c30aedf (diff)
xmonad-jeschli: remove obsolete shortkey
Diffstat (limited to 'jeschli')
-rw-r--r--jeschli/5pkgs/simple/xmonad-jeschli/default.nix1
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 9fb7faaa..8066984b 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)