diff options
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 |