diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-08-12 09:51:21 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-08-12 09:51:21 +0200 |
| commit | a60a72ea8c6ee28e5b0c06d9d07b795a6e779ff4 (patch) | |
| tree | a60a200d0a19aba7731f96f71428be2fbbfde150 /.i3/config | |
| parent | b6d06b7cddda8dd6c6dea5cf7c1c18b752c1a5eb (diff) | |
| download | dotfiles-a60a72ea8c6ee28e5b0c06d9d07b795a6e779ff4.tar.gz dotfiles-a60a72ea8c6ee28e5b0c06d9d07b795a6e779ff4.zip | |
Trying out alacritty as the terminal emulator
For now I've built it from source, which maybe isn't the best option.
I've also updated the hunspell dictionary.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.i3/config')
| -rw-r--r-- | .i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ client.urgent #2f343a #900000 #ffffff #900000 floating_modifier $mod # start a terminal -bindsym $mod+Return exec konsole +bindsym $mod+Return exec alacritty # kill focused window bindsym $mod+Shift+q kill |
