From 655d17e5977ff3b3bd4827d0a23d9cf92f622f3f Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Tue, 11 Feb 2020 15:37:40 -0300 Subject: Changed terminal to Alacritty --- .config/i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config b/.config/i3/config index 0a429829..953290bd 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -63,8 +63,8 @@ bindsym $mod+Shift+z gaps outer current minus 5 floating_modifier $mod # start a terminal -set $terminal sakura -set $auxTerminal termite +set $terminal alacritty +set $auxTerminal sakura bindsym $mod+Return exec $terminal # kill focused window @@ -210,7 +210,7 @@ focus_follows_mouse no assign [class="Brave"] $ws1 assign [class="Emacs"] $ws2 assign [class="Postman"] $ws2 -assign [class="Sakura"] $ws3 +assign [class="Alacritty"] $ws3 for_window [class = "DBeaver"] move to workspace $ws2 assign [class="Slack"] $ws4 assign [class="Telegram"] $ws4 -- cgit v1.2.3