From 57a5c48dcfa2297023aa0ef01376751e85db7d06 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Thu, 23 Jul 2020 21:17:27 -0500 Subject: desktop: switch terminal and launcher --- desktop/.config/i3/config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'desktop/.config') diff --git a/desktop/.config/i3/config b/desktop/.config/i3/config index ae912d3..f8274fd 100644 --- a/desktop/.config/i3/config +++ b/desktop/.config/i3/config @@ -12,14 +12,13 @@ font pango:monospace 12 floating_modifier $mod # start a terminal -#bindsym $mod+Return exec i3-sensible-terminal -bindsym $mod+Return exec st -f "iosevka term slab-11" +bindsym $mod+Return exec i3-sensible-terminal # kill focused window bindsym $mod+Shift+q kill -# start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run +# start a program launcher +bindsym $mod+d exec rofi -show run # alternatively, you can use the cursor keys: bindsym $mod+Left focus left -- cgit v1.2.3