From 4f7083def0e7d4afa14977f95af9767596e9e718 Mon Sep 17 00:00:00 2001
From: Jeschli <jeschli@gmail.com>
Date: Wed, 11 Dec 2019 19:37:44 +0100
Subject: [PATCH] j reagenzglas: i3 config bind rofi to meta+x

---
 jeschli/1systems/reagenzglas/i3-configuration.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jeschli/1systems/reagenzglas/i3-configuration.nix b/jeschli/1systems/reagenzglas/i3-configuration.nix
index 93809a821..f7bb3afa5 100644
--- a/jeschli/1systems/reagenzglas/i3-configuration.nix
+++ b/jeschli/1systems/reagenzglas/i3-configuration.nix
@@ -32,6 +32,7 @@ let
     # start dmenu (a program launcher)
     bindsym $mod+d exec ${pkgs.rofi}/bin/rofi -modi drun#run -combi-modi drun#run -show combi -show-icons -display-combi run
  
+    bindsym $mod+x exec ${pkgs.rofi}/bin/rofi -modi window -show window -auto-select
     # There also is the (new) i3-dmenu-desktop which only displays applications
     # shipping a .desktop file. It is a wrapper around dmenu, so you need that
     # installed.