Replaced lilyterm with terminator
This commit is contained in:
parent
c639f366d8
commit
f0b525343e
2 changed files with 29 additions and 2 deletions
|
@ -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'
|
||||
|
|
27
terminator/config
Normal file
27
terminator/config
Normal file
|
@ -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 = <Primary><Shift>Left
|
||||
move_tab_right = <Primary><Shift>Right
|
||||
new_tab = <Primary>t
|
||||
next_tab = <Primary>Right
|
||||
prev_tab = <Primary>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
|
Loading…
Reference in a new issue