diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2020-07-23 21:17:27 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2021-02-06 10:40:49 -0600 |
commit | 57a5c48dcfa2297023aa0ef01376751e85db7d06 (patch) | |
tree | af940e7cd4009ad50dbfea0addcf2bb9358e3708 /desktop | |
parent | 497d1aa4b0100b693b0c18cc0a79cceef93e6aa4 (diff) |
desktop: switch terminal and launcher
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/.config/i3/config | 7 |
1 files changed, 3 insertions, 4 deletions
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 |