diff options
author | Jeschli <jeschli@gmail.com> | 2019-12-11 19:37:07 +0100 |
---|---|---|
committer | Jeschli <jeschli@gmail.com> | 2020-02-11 17:54:20 +0100 |
commit | fecc8f7a3384055ab6e54c42f10cf0118f8acd24 (patch) | |
tree | ae543e69accb65030b04351b8c3da702ffaf51b1 /jeschli/1systems | |
parent | c4806aa4f791b11358fa9e8f3b52cad400212dca (diff) |
j reagenzglas: i3-config: i3-sensible-terminal -> alacritty
Diffstat (limited to 'jeschli/1systems')
-rw-r--r-- | jeschli/1systems/reagenzglas/i3-configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jeschli/1systems/reagenzglas/i3-configuration.nix b/jeschli/1systems/reagenzglas/i3-configuration.nix index c9968c17a..93809a821 100644 --- a/jeschli/1systems/reagenzglas/i3-configuration.nix +++ b/jeschli/1systems/reagenzglas/i3-configuration.nix @@ -21,8 +21,8 @@ let floating_modifier $mod # start a terminal - bindsym $mod+Return exec i3-sensible-terminal - + bindsym $mod+Return exec alacritty + # kill focused window bindsym $mod+Shift+q kill |