From 844ea83fcc281551d87ad6f1e2b7e1e1a86a0612 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Wed, 31 Oct 2018 07:47:27 +0100 Subject: [PATCH] =?UTF-8?q?i3:=20moar=20b=C3=A9poization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.nix b/home.nix index 85f3bfa..abc52ed 100644 --- a/home.nix +++ b/home.nix @@ -111,6 +111,8 @@ in "${modifier}+Return" = "exec urxvtc"; ### BÉPO ### + "${modifier}+b" = "kill"; + "${modifier}+i" = "exec ${pkgs.dmenu}/bin/dmenu_run"; # change container layout (stacked, tabbed, toggle split) "${modifier}+u" = "layout stacking"; "${modifier}+eacute" = "layout tabbed";