diff options
author | Jeschli <jeschli@gmail.com> | 2019-12-11 19:37:44 +0100 |
---|---|---|
committer | Jeschli <jeschli@gmail.com> | 2020-02-11 17:54:20 +0100 |
commit | 4918f057dfb714ff1414f3fbb2cba3687d22991b (patch) | |
tree | 137292e9a4b088461528d7f2f6e01b8437c9e713 /jeschli/1systems | |
parent | fecc8f7a3384055ab6e54c42f10cf0118f8acd24 (diff) |
j reagenzglas: i3 config bind rofi to meta+x
Diffstat (limited to 'jeschli/1systems')
-rw-r--r-- | jeschli/1systems/reagenzglas/i3-configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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. |