diff --git a/i3/config b/i3/config index 1fe501d..bd25aa2 100644 --- a/i3/config +++ b/i3/config @@ -17,7 +17,7 @@ font pango:DejaVu Sans Mono 6 floating_modifier $mod # start a terminal -bindsym $mod+Return exec lilyterm +bindsym $mod+Return exec terminator # kill focused window bindsym $mod+Shift+q kill @@ -179,7 +179,7 @@ exec --no-startup-id i3-msg 'exec ssh-add &' # Launch app on start session exec --no-startup-id i3-msg 'exec /usr/bin/firefox' -exec --no-startup-id i3-msg 'exec /usr/bin/lilyterm' +exec --no-startup-id i3-msg 'exec /usr/bin/terminator' exec --no-startup-id i3-msg 'exec /usr/bin/thunderbird' exec --no-startup-id i3-msg 'exec /usr/bin/spotify' exec --no-startup-id i3-msg 'exec /usr/bin/clementine' diff --git a/terminator/config b/terminator/config new file mode 100644 index 0000000..75bf1db --- /dev/null +++ b/terminator/config @@ -0,0 +1,27 @@ +[global_config] + borderless = True + enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler + tab_position = hidden + title_font = DejaVu Sans Mono for Powerline 8 + title_use_system_font = False +[keybindings] + move_tab_left = Left + move_tab_right = Right + new_tab = t + next_tab = Right + prev_tab = Left +[layouts] + [[default]] + [[[child1]]] + parent = window0 + profile = default + type = Terminal + [[[window0]]] + parent = "" + type = Window +[plugins] +[profiles] + [[default]] + cursor_color = "#aaaaaa" + font = DejaVu Sans Mono for Powerline 8 + use_system_font = False