Support additional Linux configurations
- i3 - window manager - Terminator - terminal preferences - Rofi - kind of like Finder, but also like Helm and Ivy; dmenu replacement
This commit is contained in:
parent
17ee0e400b
commit
f06b2edf5c
4 changed files with 151 additions and 1 deletions
19
configs/linux/misc/.config/terminator/config
Normal file
19
configs/linux/misc/.config/terminator/config
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[global_config]
|
||||
[keybindings]
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[child1]]]
|
||||
parent = window0
|
||||
type = Terminal
|
||||
[[[window0]]]
|
||||
parent = ""
|
||||
type = Window
|
||||
[plugins]
|
||||
[profiles]
|
||||
[[default]]
|
||||
cursor_color = "#aaaaaa"
|
||||
cursor_shape = ibeam
|
||||
font = Monospace 14
|
||||
use_system_font = False
|
||||
scrollbar_position = "disabled"
|
||||
show_titlebar = False
|
||||
Loading…
Add table
Add a link
Reference in a new issue