From d4739f4de4ed3b58e9bb3594286c6ff4feb689f0 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 6 Sep 2017 22:17:57 -0500 Subject: [PATCH] i3: Move back to urxvt However useful viewing extra fonts in Vim might be, that's heavily outweighed by the performance loss associated with a VTE terminal emulator and the lack of framebuffer support For fuck's sake, CAVA ran at like 20FPS. --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 04b4a2bf..77bfade9 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -108,7 +108,7 @@ set $shift Shift floating_modifier $mod # Program opening and closing -bindsym $mod+Return exec "termite" +bindsym $mod+Return exec "i3-sensible-terminal" bindsym $mod+q kill bindsym $mod+space exec "rofi -show drun" bindsym $mod+backslash exec "rofi -show ssh"