diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-04-10 13:03:28 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-04-10 13:03:28 +0200 |
commit | 39334a1ec37393f5e38a0766ba58dccf35b938aa (patch) | |
tree | be74b2ecd613f73cdb28d8b89b97e9c479065592 /i3 | |
parent | 7d99aa95fe9873261334d2dc952b30757bd1ba4f (diff) |
alacritty
Diffstat (limited to 'i3')
-rw-r--r-- | i3/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/i3/config b/i3/i3/config index d785a79..ff12f8c 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -45,7 +45,7 @@ bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness floating_modifier $mod # start a terminal -bindsym $mod+Return exec kitty +bindsym $mod+Return exec alacritty # kill focused window bindsym $mod+Shift+q kill |