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 | ba64228cd72fc855b1819dd70e3d2530266e6af5 (patch) | |
tree | 069deb63ac539d5aa9de6bee5f8a7978e1941f6b /jeschli/1systems/reagenzglas | |
parent | f4728e525ae08ba588c19c99046b1ad3cf7ce6bb (diff) |
j reagenzglas: i3-config: i3-sensible-terminal -> alacritty
Diffstat (limited to 'jeschli/1systems/reagenzglas')
-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 c9968c1..93809a8 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 |